From 73c518717741fb3ebb6822645d38f37ffae7c19b Mon Sep 17 00:00:00 2001 From: Carl-Philipp Jung Date: Fri, 27 Nov 2020 16:10:29 +0100 Subject: Removes `set incsearch` which was copied from vim-sensible (#640) --- ftdetect/polyglot.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 9fb53aa6..44b5871d 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -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' -- cgit v1.2.3