fix indent for ${child}.

This commit is contained in:
mattn
2012-06-13 18:21:30 +09:00
parent 16e3a95d7f
commit 05688356b3
3 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ function! zencoding#lang#haml#toString(settings, current, type, inline, filters,
else
if len(tmp) > 0 | let tmp .= ',' | endif
let val = substitute(val, '\${cursor}', '', '')
let tmp .= ' :' . attr . ' => "' . val . '${cursor}' . '"'
let tmp .= ' :' . attr . ' => "' . val . '"'
endif
endfor
if len(tmp)