forked from VimPlug/emmet-vim
is not v. it's c!
This commit is contained in:
@@ -1300,7 +1300,7 @@ function! s:zen_expandAbbr(mode) range
|
|||||||
else
|
else
|
||||||
let line = getline('.')
|
let line = getline('.')
|
||||||
if col('.') < len(line)
|
if col('.') < len(line)
|
||||||
let line = matchstr(line, '^\(.*\%'.col('.').'v.\)')
|
let line = matchstr(line, '^\(.*\%'.col('.').'c.\)')
|
||||||
endif
|
endif
|
||||||
if a:mode == 1 || type != 'html'
|
if a:mode == 1 || type != 'html'
|
||||||
let part = matchstr(line, '\([a-zA-Z0-9_\@:|]\+\)$')
|
let part = matchstr(line, '\([a-zA-Z0-9_\@:|]\+\)$')
|
||||||
|
|||||||
Reference in New Issue
Block a user