mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 20:13:51 -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`.
|
" Autoindent when starting new line, or using `o` or `O`.
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
" Enable highlighted case-insensitive incremential search.
|
|
||||||
set incsearch
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Restore 'cpoptions'
|
" Restore 'cpoptions'
|
||||||
|
|||||||
Reference in New Issue
Block a user