@FelikZ ,
thanks for creating this plugin.. it really sped up the file/MRU search.
However, when I tried to search tags, it didn't really show any tags.
I added the following line:
let g:ctrlp_match_func = { 'match': 'pymatcher#PyMatch' }
to my .vimrc, and it led to fast fuzzy searching for files. However, when I tried to search tags using :CtrlPTag, with a tag Database from one of my files, it gave no results.
Then I commented out let g:ctrlp_match_func = { 'match': 'pymatcher#PyMatch' }, and did :CtrlPTag with a tag Database from one of my files. This time, it was slow to find that tag, but it did fine the tag.
Is there any additional settings I should use to enable tag search using this plugin?
@FelikZ ,
thanks for creating this plugin.. it really sped up the file/MRU search.
However, when I tried to search tags, it didn't really show any tags.
I added the following line:
let g:ctrlp_match_func = { 'match': 'pymatcher#PyMatch' }to my
.vimrc, and it led to fast fuzzy searching for files. However, when I tried to search tags using:CtrlPTag, with a tagDatabasefrom one of my files, it gave no results.Then I commented out
let g:ctrlp_match_func = { 'match': 'pymatcher#PyMatch' }, and did:CtrlPTagwith a tagDatabasefrom one of my files. This time, it was slow to find that tag, but it did fine the tag.Is there any additional settings I should use to enable tag search using this plugin?