mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Removes set incsearch which was copied from vim-sensible (#640)
This commit is contained in:
committed by
GitHub
parent
ab0ff253f6
commit
73c5187177
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user