mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
@@ -162,7 +162,7 @@ function! s:common_prefix(a, b)
|
|||||||
return -1
|
return -1
|
||||||
endif
|
endif
|
||||||
for i in range(len)
|
for i in range(len)
|
||||||
if a:a[i:i] != a:b[i:i]
|
if a:a[i:i] !=# a:b[i:i]
|
||||||
return i - 1
|
return i - 1
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
|||||||
Reference in New Issue
Block a user