mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 11:14:26 +08:00
fix indent.
This commit is contained in:
@@ -357,7 +357,8 @@ function! zencoding#lang#html#toString(settings, current, type, inline, filters,
|
|||||||
if nc > 1 || (len(child.name) > 0 && stridx(','.settings.html.inline_elements.',', ','.child.name.',') == -1)
|
if nc > 1 || (len(child.name) > 0 && stridx(','.settings.html.inline_elements.',', ','.child.name.',') == -1)
|
||||||
let str .= "\n" . indent
|
let str .= "\n" . indent
|
||||||
let dr = 1
|
let dr = 1
|
||||||
elseif nc == 1 && len(child.name) == 0
|
elseif current.multiplier == 1 && nc == 1 && len(child.name) == 0
|
||||||
|
echo current.multiplier
|
||||||
let str .= "\n" . indent
|
let str .= "\n" . indent
|
||||||
let dr = 1
|
let dr = 1
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user