We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67ea96f + 8fc8293 commit c6ae525Copy full SHA for c6ae525
doc/ctrlsf.txt
@@ -180,10 +180,6 @@ mode:
180
Toggle CtrlSF's default key mapping. This command can be used in CtrlSF
181
window only.
182
183
-:CtrlSFStop *:CtrlSFStop*
184
-
185
- Stop a running asynchronous searching.
186
187
:CtrlSFFocus *:CtrlSFFocus*
188
189
Move cursor to CtrlS window and focus the first result.
plugin/ctrlsf.vim
@@ -230,7 +230,7 @@ endif
230
231
" g:ctrlsf_search_mode {{{2
232
if !exists('g:ctrlsf_search_mode')
233
- if v:version < 800
+ if v:version < 800 || has('nvim')
234
let g:ctrlsf_search_mode = 'sync'
235
else
236
let g:ctrlsf_search_mode = 'async'
0 commit comments