diff --git a/autoload/zencoding.vim b/autoload/zencoding.vim index 282d1d4..f51506e 100644 --- a/autoload/zencoding.vim +++ b/autoload/zencoding.vim @@ -1151,48 +1151,48 @@ let s:zen_settings = { \ 'html:4t': "\n" \ ."\n" \ ."\n" -\ ." \n" -\ ." \n" +\ ."\t\n" +\ ."\t\n" \ ."\n" \ ."\n\t${child}|\n\n" \ ."", \ 'html:4s': "\n" \ ."\n" \ ."\n" -\ ." \n" -\ ." \n" +\ ."\t\n" +\ ."\t\n" \ ."\n" \ ."\n\t${child}|\n\n" \ ."", \ 'html:xt': "\n" \ ."\n" \ ."\n" -\ ." \n" -\ ." \n" +\ ."\t\n" +\ ."\t\n" \ ."\n" \ ."\n\t${child}|\n\n" \ ."", \ 'html:xs': "\n" \ ."\n" \ ."\n" -\ ." \n" -\ ." \n" +\ ."\t\n" +\ ."\t\n" \ ."\n" \ ."\n\t${child}|\n\n" \ ."", \ 'html:xxs': "\n" \ ."\n" \ ."\n" -\ ." \n" -\ ." \n" +\ ."\t\n" +\ ."\t\n" \ ."\n" \ ."\n\t${child}|\n\n" \ ."", \ 'html:5': "\n" \ ."\n" \ ."\n" -\ ." \n" -\ ." \n" +\ ."\t\n" +\ ."\t\n" \ ."\n" \ ."\n\t${child}|\n\n" \ ."" @@ -1416,7 +1416,7 @@ let s:zen_settings = { \ 'snippets': { \ 'xsd:w3c': "\n" \ ."\n" -\ ." \n" +\ ."\t\n" \ ."\n" \ } \ }