diff --git a/zencoding.vim b/zencoding.vim index 4d93da5..2ce121f 100644 --- a/zencoding.vim +++ b/zencoding.vim @@ -1,7 +1,7 @@ "============================================================================= " File: zencoding.vim " Author: Yasuhiro Matsumoto -" Last Change: 01-Mar-2010. +" Last Change: 02-Mar-2010. " Version: 0.26 " WebPage: http://github.com/mattn/zencoding-vim " Description: vim plugins for HTML and CSS hi-speed coding. @@ -585,48 +585,48 @@ let s:zen_settings = { \ 'html:4t': "\n" \ ."\n" \ ."\n" -\ ." \n" \ ." \n" +\ ." \n" \ ."\n" \ ."\n\t${child}|\n\n" \ ."", \ 'html:4s': "\n" \ ."\n" \ ."\n" -\ ." \n" \ ." \n" +\ ." \n" \ ."\n" \ ."\n\t${child}|\n\n" \ ."", \ 'html:xt': "\n" \ ."\n" \ ."\n" -\ ." \n" \ ." \n" +\ ." \n" \ ."\n" \ ."\n\t${child}|\n\n" \ ."", \ 'html:xs': "\n" \ ."\n" \ ."\n" -\ ." \n" \ ." \n" +\ ." \n" \ ."\n" \ ."\n\t${child}|\n\n" \ ."", \ 'html:xxs': "\n" \ ."\n" \ ."\n" -\ ." \n" \ ." \n" +\ ." \n" \ ."\n" \ ."\n\t${child}|\n\n" \ ."", \ 'html:5': "\n" \ ."\n" \ ."\n" -\ ." \n" \ ." \n" +\ ." \n" \ ."\n" \ ."\n\t${child}|\n\n" \ .""