VIM CtrlP - Looking for files with the same name

1

I'm having a hard time using VIM's CtrlP plugin, in case I have two files named "database", but CtrlP only finds one of them as shown in the image. I'm using the following configuration in my .vimrc for CtrlP:

let g:ctrlp_user_command = 'ag %s -i --nocolor --nogroup --hidden

Would anyone know why it finds only one of the files?

    
asked by anonymous 27.01.2015 / 12:47

0 answers