Dropped some commented crap

This commit is contained in:
Josh Sherman 2015-11-02 09:24:17 -05:00
parent 4d5ebefc4a
commit 1b2cfe4bcf

View file

@ -186,11 +186,5 @@ if executable('ag')
\ -U -p ~/.agignore
\ -l -m 50000
\ %s -g ""'
" let g:ctrlp_user_command = 'ag %s -i --nocolor --nogroup --hidden
" \ --ignore .git
" \ --ignore .svn
" \ --ignore .hg
" \ --ignore .DS_Store
" \ --ignore "**/*.pyc"
" \ -g ""'
endif