Eric Wong
Eric Wong
 it seem works well for me ,if i type into InvoiceDetail my cursor is located on InvoiceDetailView,java
ok let me try will py
also works well ,you could see my cursor on InvoiceDetailView.py 
how do you set g:ctrlp_custom_ignore and your match
can you show me you vimrc ,if possible,
``` NeoBundle 'FelikZ/ctrlp-py-matcher' let g:ctrlp_match_func = { 'match': 'pymatcher#PyMatch' } ``` can you try to use this matcher? i just use your setting but can not reproduce,the diff is my...
here is my ctrlp setting ``` vim NeoBundle 'ctrlpvim/ctrlp.vim' NeoBundle 'FelikZ/ctrlp-py-matcher' let g:ctrlp_map = '' let g:ctrlp_cmd = 'CtrlP' let g:ctrlp_working_path_mode = 'ra' let g:ctrlp_root_markers = 'pom.xml' let g:ctrlp_match_window =...
vim variable should not be defind in diff type ,you can comment you setting for g:ctrlp_user_command it is due to i am using a list as it's value
ok do you using neobundle?
``` vim set nocompatible syntax on filetype off set rtp+=~/.vim/bundle/Vundle.vim/ call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'ctrlpvim/ctrlp.vim' Plugin 'FelikZ/ctrlp-py-matcher' let g:ctrlp_map = '' let g:ctrlp_cmd = 'CtrlP' let g:ctrlp_working_path_mode = 'ra'...