mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-19 17:42:58 +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
|
||||
let lines = split(system(cmd), "\n")
|
||||
if !v:shell_error
|
||||
if !v:shell_error && len(lines)
|
||||
break
|
||||
endif
|
||||
endfor
|
||||
|
||||
Reference in New Issue
Block a user