mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
Fix indentation
This commit is contained in:
@@ -13,7 +13,7 @@ function! zencoding#lang#haml#toString(settings, current, type, inline, filters,
|
||||
let inline = a:inline
|
||||
let filters = a:filters
|
||||
let itemno = a:itemno
|
||||
let indent = a:indent
|
||||
let indent = zencoding#getIndentation(type)
|
||||
let dollar_expr = zencoding#getResource(type, 'dollar_expr', 1)
|
||||
let str = ""
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ function! zencoding#lang#slim#toString(settings, current, type, inline, filters,
|
||||
let inline = a:inline
|
||||
let filters = a:filters
|
||||
let itemno = a:itemno
|
||||
let indent = a:indent
|
||||
let indent = zencoding#getIndentation(type)
|
||||
let dollar_expr = zencoding#getResource(type, 'dollar_expr', 1)
|
||||
let str = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user