mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-05-17 22:09:40 +08:00
oops...
This commit is contained in:
@@ -202,7 +202,7 @@ function! zencoding#lang#haml#splitJoinTag()
|
|||||||
let sml = len(matchstr(getline(n), '^\s*%[a-z]'))
|
let sml = len(matchstr(getline(n), '^\s*%[a-z]'))
|
||||||
while n > 0
|
while n > 0
|
||||||
if getline(n) =~ '^\s*\ze%[a-z]'
|
if getline(n) =~ '^\s*\ze%[a-z]'
|
||||||
if len(matchstr(getline(n), '^\s*%[a-z]')) > sml
|
if len(matchstr(getline(n), '^\s*%[a-z]')) < sml
|
||||||
break
|
break
|
||||||
endif
|
endif
|
||||||
let line = getline(n)
|
let line = getline(n)
|
||||||
|
|||||||
Reference in New Issue
Block a user