ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.55k stars 260 forks source link

Can't go to function definition by CtrlPTag #583

Closed hanfezh closed 2 years ago

hanfezh commented 2 years ago

When I pull the latest commit fff74986, it can't go to the selected function definition using CtrlPTag.

I tried Vi 8.2 (Included patches: 1-905) and Neovim v0.5.0-dev, neither can work. But it worked at commit 5b096681

mattn commented 2 years ago

@IngoMeyer441 Can you handle this?

IngoMeyer441 commented 2 years ago

Sorry, for breaking the tag accept function! :sweat: @hanfezh You mean CtrlPBufTag instead of CtrlPTag, didn't you?

This should be fixed with PR #584.

mattn commented 2 years ago

Closed by #584 Please reopen if you still have issue

hanfezh commented 2 years ago

CtrlPBufTag

Yes, it's CtrlPBufTag not CtrlPTag. Thanks to @IngoMeyer441 and @mattn , it's fixed already.