Skip to content

[Bug] CtrlPBufTag did not work for vim help file #437

@hiberabyss

Description

@hiberabyss

I would like to add CtrlpBufTag for vim help file with following setting:

let g:ctrlp_buftag_types = {
            \ 'help' : '--language-force=vimhelp',
            \ }

And following is my ctag configuration:

--langdef=vimhelp
--langmap=vimhelp:
--regex-vimhelp=/\*(.*)\*/\1/t,Tags/

The buffer tag list could be got after running CtrlPBufTag:

image

However, could not jump to the correct position after press <cr>, it will instead create a new window with help buffer id as the name:

image

Seems it has something to do with that help buffer has nobuflisted set.

Thanks!

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