From 7b53ee106b54061ff0a28dfa92a9ec336c1e22ee Mon Sep 17 00:00:00 2001 From: mattn Date: Tue, 2 Mar 2010 14:15:28 +0900 Subject: [PATCH] title should be below of meta-charset. --- zencoding.vim | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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" \ .""