CVS: fix regexp
This commit is contained in:
parent
daf59eee47
commit
a804002c21
@ -171,7 +171,7 @@ function! sy#repo#get_diff_cvs(sy, exitval, diff) abort
|
|||||||
let [found_diff, diff] = [0, []]
|
let [found_diff, diff] = [0, []]
|
||||||
if a:exitval == 1
|
if a:exitval == 1
|
||||||
for diffline in a:diff
|
for diffline in a:diff
|
||||||
if diffline =~ '+++'
|
if diffline =~ '^+++'
|
||||||
let [found_diff, diff] = [1, a:diff]
|
let [found_diff, diff] = [1, a:diff]
|
||||||
break
|
break
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user