parent
d0042b9dee
commit
76926aa247
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ function! s:tags_sink(lines)
|
|||
for line in a:lines[1:]
|
||||
try
|
||||
let parts = split(line, '\t\zs')
|
||||
let excmd = matchstr(join(parts[2:-2], '')[:-2], '^.*\ze;"\t')
|
||||
let excmd = matchstr(join(parts[2:-2], '')[:-2], '^.\{-}\ze;\?"\t')
|
||||
let base = fnamemodify(parts[-1], ':h')
|
||||
let relpath = parts[1][:-2]
|
||||
let abspath = relpath =~ (s:is_win ? '^[A-Z]:\' : '^/') ? relpath : join([base, relpath], '/')
|
||||
|
|
Loading…
Add table
Reference in a new issue