diff options
author | Carl-Philipp Jung <g4b@pjio.de> | 2020-11-27 16:10:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-27 16:10:29 +0100 |
commit | 73c518717741fb3ebb6822645d38f37ffae7c19b (patch) | |
tree | 235d8ce639624a39707b0722d916f89aa7c7c922 /ftdetect/polyglot.vim | |
parent | ab0ff253f6ab3cd9d42b6be38d4d912bad5415f9 (diff) | |
download | vim-polyglot-73c518717741fb3ebb6822645d38f37ffae7c19b.tar.gz vim-polyglot-73c518717741fb3ebb6822645d38f37ffae7c19b.zip |
Removes `set incsearch` which was copied from vim-sensible (#640)
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r-- | ftdetect/polyglot.vim | 3 |
1 files changed, 0 insertions, 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' |