diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-08-19 14:17:58 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-08-19 14:18:08 +0800 |
| commit | c3809c2f9c1f02bced944a236c24e898587624e2 (patch) | |
| tree | 37ee415de9f6a2951cd5ab828be0e90fa6402263 /vim/init | |
| parent | dbfb5c541cd90f32cb6b5bbf96af3a70b75c1111 (diff) | |
Update
Diffstat (limited to 'vim/init')
| -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 |