Added ctrl-p file finder, using file search by default

This commit is contained in:
yan 2012-01-24 09:10:43 -08:00 committed by Yan Pritzker
parent cfdbeb9ce0
commit a08169de48
3 changed files with 9 additions and 0 deletions

3
.gitmodules vendored
View File

@ -208,3 +208,6 @@
[submodule "vim/bundle/vim-scripts-Vim-R-plugin"]
path = vim/bundle/vim-scripts-Vim-R-plugin
url = https://github.com/vim-scripts/Vim-R-plugin
[submodule "vim/bundle/kien-ctrlp"]
path = vim/bundle/kien-ctrlp
url = https://github.com/kien/ctrlp.vim

1
vim/bundle/kien-ctrlp Submodule

@ -0,0 +1 @@
Subproject commit 99542d295b54dab166707eeeba754bd7f8592b8e

View File

@ -0,0 +1,5 @@
" Default to filename searches - so that appctrl will find application
" controller
let g:ctrlp_by_filename = 1