Skip to content

Commit

Permalink
Merge pull request #749 from ptzz/3.0
Browse files Browse the repository at this point in the history
Fix reloading of .vimrc
  • Loading branch information
spf13 committed May 1, 2015
2 parents 94946c7 + dcd3a23 commit 7f9460f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@
else
let s:ctrlp_fallback = 'find %s -type f'
endif
unlet g:ctrlp_user_command
let g:ctrlp_user_command = {
\ 'types': {
\ 1: ['.git', 'cd %s && git ls-files . --cached --exclude-standard --others'],
Expand Down

0 comments on commit 7f9460f

Please sign in to comment.