diff options
Diffstat (limited to 'vim/init/basic.vim')
| -rw-r--r-- | vim/init/basic.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/init/basic.vim b/vim/init/basic.vim index 87767a1..db202c0 100644 --- a/vim/init/basic.vim +++ b/vim/init/basic.vim | |||
| @@ -166,6 +166,7 @@ set suffixesadd=.md " Enable reference markdown file without | |||
| 166 | " }}} | 166 | " }}} |
| 167 | " SEARCH {{{ | 167 | " SEARCH {{{ |
| 168 | 168 | ||
| 169 | set shortmess-=S " Show count of search result | ||
| 169 | set ignorecase smartcase " Search case without case sensation | 170 | set ignorecase smartcase " Search case without case sensation |
| 170 | set hlsearch " Highlight all matched texts | 171 | set hlsearch " Highlight all matched texts |
| 171 | set incsearch " Show matched strings when typing | 172 | set incsearch " Show matched strings when typing |