We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c23ef6 commit 2eb18f5Copy full SHA for 2eb18f5
1 file changed
plugin/incsearch.vim
@@ -1,5 +1,6 @@
1
2
-if !exists('##CmdlineChanged')
+if !get(g:, 'eregex_incsearch_enable', 1)
3
+ \ || !exists('##CmdlineChanged')
4
\ || !exists('##CmdlineLeave')
5
finish
6
endif
0 commit comments