Skip to content

Commit

Permalink
Fixing error message on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed May 1, 2015
1 parent 2d4af5a commit 86003ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,9 @@
else
let s:ctrlp_fallback = 'find %s -type f'
endif
unlet g:ctrlp_user_command
if exists("g:ctrlp_user_command")
unlet g:ctrlp_user_command
endif
let g:ctrlp_user_command = {
\ 'types': {
\ 1: ['.git', 'cd %s && git ls-files . --cached --exclude-standard --others'],
Expand Down

0 comments on commit 86003ba

Please sign in to comment.