mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-17 15:34:15 +08:00
[[B]Tags] Proceed to the next command if the output is empty
Close #375
This commit is contained in:
@@ -657,7 +657,7 @@ function! s:btags_source(tag_cmds)
|
|||||||
|
|
||||||
for cmd in a:tag_cmds
|
for cmd in a:tag_cmds
|
||||||
let lines = split(system(cmd), "\n")
|
let lines = split(system(cmd), "\n")
|
||||||
if !v:shell_error
|
if !v:shell_error && len(lines)
|
||||||
break
|
break
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
|||||||
Reference in New Issue
Block a user