mirror of
https://github.com/amix/vimrc
synced 2025-07-06 16:05:01 +08:00
Update plugins from upstream.
This commit is contained in:
@ -162,7 +162,7 @@ function! s:common_prefix(a, b)
|
||||
return -1
|
||||
endif
|
||||
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
|
||||
endif
|
||||
endfor
|
||||
|
Reference in New Issue
Block a user