diff options
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -55,7 +55,9 @@ set noexpandtab let g:tex_flavor='latex' -set inccommand=split +if has('nvim') + set inccommand=split +endif " Required for operations modifying multiple buffers like rename. set hidden |