diff options
Diffstat (limited to 'Editor')
-rw-r--r-- | Editor/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Editor/vimrc b/Editor/vimrc index 8b832fd..fff1f02 100644 --- a/Editor/vimrc +++ b/Editor/vimrc @@ -22,7 +22,7 @@ set showcmd " Show (partial) command in status line. set ignorecase " Do case insensitive matching set smartcase " Do smart case matching set incsearch " Incremental search -"set hlsearch +set hlsearch "set autowrite " Automatically save before commands like :next and :make "set hidden " Hide buffers when they are abandoned "set mouse=a " Enable mouse usage (all modes) |