comparison vim/vimrc @ 191:896acf280e7a

Make local Vim config consistent with Mercurial local config.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 21 Jul 2014 10:52:20 -0700
parents 01304e9b4c19
children ae53d68033d9
comparison
equal deleted inserted replaced
190:2c45098ada4f 191:896acf280e7a
553 553
554 " }}} 554 " }}}
555 555
556 " Local override {{{ 556 " Local override {{{
557 557
558 let s:local_vimrc = s:vim_home.'/vimrc.local' 558 let s:local_vimrc = s:vim_home.'/vimrc-local'
559 if filereadable(s:local_vimrc) 559 if filereadable(s:local_vimrc)
560 execute 'source' s:local_vimrc 560 execute 'source' s:local_vimrc
561 endif 561 endif
562 562
563 " }}} 563 " }}}