diff options
| author | Mitsuo Tokumori <[email protected]> | 2022-05-04 23:07:18 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2022-05-04 23:07:18 -0500 |
| commit | 270eeb04b9aed80f6d13f3a31da32fbf450ab40b (patch) | |
| tree | e0008b4fe3d2d2942e5475780b8d79575c1b715e /vim/vimrc | |
| parent | d0321ce370684251b71b6cb5ada01839cafcade1 (diff) | |
| download | dotfiles-270eeb04b9aed80f6d13f3a31da32fbf450ab40b.tar.gz dotfiles-270eeb04b9aed80f6d13f3a31da32fbf450ab40b.tar.bz2 dotfiles-270eeb04b9aed80f6d13f3a31da32fbf450ab40b.zip | |
Remove call to vim-indexed-search from vimrc
Diffstat (limited to 'vim/vimrc')
| -rw-r--r-- | vim/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -277,7 +277,8 @@ inoremap <C-A> <Esc>diWi<C-R>=<C-R>"<CR> "call plug#end() " Other plugins -source ~/.vim/plugins/IndexedSearch.vim +"source ~/.vim/plugins/IndexedSearch.vim +set shortmess-=S " Colors |
