is not v. it's c!

This commit is contained in:
mattn
2010-03-14 00:56:57 +09:00
parent d6c82b3f2d
commit 7068617f92

View File

@@ -1300,7 +1300,7 @@ function! s:zen_expandAbbr(mode) range
else
let line = getline('.')
if col('.') < len(line)
let line = matchstr(line, '^\(.*\%'.col('.').'v.\)')
let line = matchstr(line, '^\(.*\%'.col('.').'c.\)')
endif
if a:mode == 1 || type != 'html'
let part = matchstr(line, '\([a-zA-Z0-9_\@:|]\+\)$')