[[B]Tags] Proceed to the next command if the output is empty
Close #375
This commit is contained in:
parent
d99169da2d
commit
536b6ace35
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue