Fix indentation

This commit is contained in:
mattn
2013-05-08 10:17:22 +09:00
parent 62c6622153
commit b162859ca8
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = ""

View File

@@ -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 = ""