Skip to content

Commit

Permalink
Add g:ctrlp_clear_cache_on_exit=0
Browse files Browse the repository at this point in the history
  • Loading branch information
brablc committed Feb 5, 2013
1 parent 91138a8 commit c0ae41e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vimrc
Expand Up @@ -4,6 +4,7 @@ set encoding=utf-8

filetype off

let $GIT_SSL_NO_VERIFY = 'true'
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()

Expand Down Expand Up @@ -154,6 +155,9 @@ noremap ZW :w<cr>
vnoremap < <gv
vnoremap > >gv
" Solve problems with disappearing MRU?
let g:ctrlp_clear_cache_on_exit = 0

" Sum numbers example:
" let S=0
" %s/\v(.*)/\=Sum(submatch(0))/
Expand Down

0 comments on commit c0ae41e

Please sign in to comment.