forked from kien/ctrlp.vim
-
-
Notifications
You must be signed in to change notification settings - Fork 259
Closed
Description
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
:
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:
Seems it has something to do with that help buffer has nobuflisted
set.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels