From: Simon Ruderich Date: Sat, 20 Oct 2012 10:57:02 +0000 (+0200) Subject: vimrc: Fix assignments outside of if has('eval') block. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=cb51b7930e8f1a116ac33cb385737da2ad95fdd2 vimrc: Fix assignments outside of if has('eval') block. --- diff --git a/vimrc b/vimrc index cddb965..4f61e5f 100644 --- a/vimrc +++ b/vimrc @@ -786,7 +786,6 @@ if has('eval') let g:xptemplate_brace_complete = 0 " Only highlight the current placeholder. let g:xptemplate_highlight = 'current' -endif " CtrlP settings. " Don't manage the working directory (the default setting is too slow for @@ -797,6 +796,7 @@ endif let g:ctrlp_cache_dir = $HOME . '/.vim/cache/ctrlp' " Permanent cache, cleared by a crontab entry. let g:ctrlp_clear_cache_on_exit = 0 +endif " AUTO COMMANDS