Skip to content

Commit c6ae525

Browse files
authored
Merge pull request #214 from dyng/hotfix/duplicate-tag
Hotfix/duplicate tag
2 parents 67ea96f + 8fc8293 commit c6ae525

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

doc/ctrlsf.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@ mode:
180180
Toggle CtrlSF's default key mapping. This command can be used in CtrlSF
181181
window only.
182182

183-
:CtrlSFStop *:CtrlSFStop*
184-
185-
Stop a running asynchronous searching.
186-
187183
:CtrlSFFocus *:CtrlSFFocus*
188184

189185
Move cursor to CtrlS window and focus the first result.

plugin/ctrlsf.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ endif
230230

231231
" g:ctrlsf_search_mode {{{2
232232
if !exists('g:ctrlsf_search_mode')
233-
if v:version < 800
233+
if v:version < 800 || has('nvim')
234234
let g:ctrlsf_search_mode = 'sync'
235235
else
236236
let g:ctrlsf_search_mode = 'async'

0 commit comments

Comments
 (0)