Skip to content

g:ctrlp_types doesn't use the correct core type names #309

@dkasak

Description

@dkasak

Setting g:ctrlp_types to something other than the default will change the contents of the different CtrlP modes as specified but neither the names of the modes nor the default mode (the one started immediately after pressing ) are correct.

By default, the order is as if ['fil', 'buf', 'mru'] are set and fil is the one started by default. The names of the modes are files, buffers and mru files.

Setting this to ['mru', 'fil', 'buf'] I expect the mru mode to be started by default and the names to be mru files, files and buffers. Instead, fil is started by default (with the name buffers), with the mode mru before it (named files) and the mode buf after it (named mru files).

I'm using neovim 0.1.5, if it matters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions