浏览代码

using new neovim setting inccommand

wreed4 9 年之前
父节点
当前提交
28bb515600
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      vimrc

+ 3 - 0
vimrc

@@ -437,6 +437,9 @@ set ruler
 " set incremental search
 set hlsearch
 set incsearch
+if !has('nvim')
+  set inccommand=split
+endif
 " set status line always on
 set laststatus=2
 " turn vim's mode printing off.  Airline takes care of this