Removes set incsearch which was copied from vim-sensible (#640)

This commit is contained in:
Carl-Philipp Jung
2020-11-27 16:10:29 +01:00
committed by GitHub
parent ab0ff253f6
commit 73c5187177

View File

@@ -3563,9 +3563,6 @@ if !has_key(g:polyglot_is_disabled, 'sensible')
" Autoindent when starting new line, or using `o` or `O`.
set autoindent
" Enable highlighted case-insensitive incremential search.
set incsearch
endif
" Restore 'cpoptions'