diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-03-03 15:20:14 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-03-03 15:20:14 +0100 |
commit | 3f41eca9328603313920db43c1a95f5660bb813b (patch) | |
tree | a93f8430109043effe82f40752b345ce5e594ee4 | |
parent | c70d06ddd5f3665e1572479fe7cf2c8933ab7787 (diff) |
vimrc: Enable localvimrc
-rw-r--r-- | .vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -169,3 +169,9 @@ augroup c autocmd BufNewFile *.h :0r! mkheader.py -s <afile> augroup END " }}} +" {{{ localvimrc plugin +" disable sandbox to allow autocmd +let g:localvimrc_sandbox=0 +" don't ask before loading +let g:localvimrc_ask=0 +" }}} |