Commit Graph

80 Commits

Author SHA1 Message Date
mattn
9b588cbacd Merge branch 'gh-pages' of git@github.com:mattn/zencoding-vim into gh-pages 2010-02-27 02:45:34 +09:00
mattn
3258e56b41 remove white space. 2010-02-27 01:35:40 +09:00
mattn
7ac9aff6b8 Merge branch 'master' of git@github.com:mattn/zencoding-vim
Conflicts:
	zencoding.vim
2010-02-27 01:13:26 +09:00
mattn
434569d388 hmm. article isn't block element? 2010-02-26 22:55:22 +09:00
mattn
324c551ba2 block 2010-02-26 22:07:07 +09:00
mattn
320c1ba8d5 import. 2010-02-26 22:04:43 +09:00
mattn
8b76c77b50 oops 2010-02-26 21:58:38 +09:00
mattn
d987123e70 The count of '(((a#foo + a#bar)*2)*3)' should be 12. 2010-02-26 21:26:29 +09:00
mattn
8a0a160996 add doc. 2010-02-26 17:53:12 +09:00
mattn
98116f925e good luck about 'table>(tr>td*3)*4' 2010-02-26 17:50:17 +09:00
mattn
f33f8aab68 for debug. 2010-02-26 17:36:29 +09:00
mattn
4d0f1b9422 move cursor pos to position of empty attribute values. 2010-02-26 10:17:22 +09:00
mattn
d4e2098277 store undo before working. 2010-02-26 10:07:16 +09:00
mattn
26bf6cf746 Merge branch 'master' of git@github.com:mattn/zencoding-vim 2010-02-26 00:00:41 +09:00
mattn
b4fe826ca3 fixed indent. 2010-02-25 21:29:44 +09:00
mattn
9e03ea8a56 fixed behavior of parsing area of visual selection. 2010-02-25 21:23:12 +09:00
mattn
c02eae3d0c fixed behavior of parsing area of visual selection. 2010-02-25 21:21:51 +09:00
mattn
e4a0da1e4a add doc. 2010-02-25 18:03:19 +09:00
mattn
fd6d54a948 fixed () expression. 2010-02-25 18:02:05 +09:00
mattn
c3631c6012 add simply tests. 2010-02-25 02:31:14 +09:00
mattn
89b8e9b690 supported expression using (). 2010-02-25 02:24:37 +09:00
mattn
2ff30df049 bits fix for operator. 2010-02-24 03:39:12 +09:00
mattn
9faa3ed238 oops. 2010-02-24 03:29:19 +09:00
mattn
17ab3dc64a pre-expand '#header>li<#content' to 'div#header>li<div#content'. 2010-02-24 03:24:41 +09:00
mattn
ee5854ba18 fixed doc. 2010-02-23 20:16:54 +09:00
mattn
8d43e93dc5 expand 'ul+' to 'ul>li'. fix undo ring. support visual selection. when type trigger key on visual select, it request you leader like 'ul>li'. if you give 'ul>li*' as leader, you'll get each separate 'ul>li' tags. and when you give 'blockquote' as leader, you'll get blocked text. 2010-02-23 19:48:30 +09:00
mattn
2f3aa6b5ca treat xhtml as html. 2010-02-23 15:23:57 +09:00
mattn
9b7c1b822b avoid to error. 2010-02-23 14:11:49 +09:00
mattn
85e28f7c32 add 'aliases' for complete tag. 2010-02-23 14:05:35 +09:00
mattn
69617e73d3 add new option 'g:use_zen_complete_tag' for complete abbr. 2010-02-23 13:46:33 +09:00
mattn
7165422d93 move the part for parsing tag name. 2010-02-23 13:20:45 +09:00
mattn
b7281cf0b3 fixed problem that couldn't expand 'link:css' correctly. 2010-02-23 13:18:12 +09:00
mattn
7ec89ce2d4 fix doc. 2010-02-23 02:48:54 +09:00
mattn
809477ba46 oops. 2010-02-23 02:47:38 +09:00
mattn
ad2048c5da check whether key is mapping. 2010-02-22 22:32:24 +09:00
mattn
667fd9294f oops. fixed key map. 2010-02-22 19:34:52 +09:00
mattn
916eef5f90 oops. 2010-02-22 19:34:23 +09:00
mattn
801fd5c11c fixed doc. 2010-02-22 15:51:56 +09:00
mattn
ea247cddcc fixed problem 'endless loop'. 2010-02-22 15:51:28 +09:00
mattn
07b91f48da safety. 2010-02-22 15:50:45 +09:00
mattn
2d8dc43dc0 set default filetype to 'html'. 2010-02-22 15:24:06 +09:00
mattn
c4846feebf fixed tag name like 'fs:n' in 'css' 2010-02-22 15:16:15 +09:00
mattn
3a84fe6eff fix tag name like 'fs:n' in 'css'. 2010-02-22 15:15:22 +09:00
mattn
3ef0b50923 oops. 2010-02-22 14:27:48 +09:00
mattn
0458fd7b59 fixed 'body{bg' in css. 2010-02-22 14:27:11 +09:00
mattn
3c318a2b8f indentation for each languages. replace $$$ as '111'. 2010-02-22 12:15:33 +09:00
mattn
a28a0ed4e0 user key map. 2010-02-22 11:28:24 +09:00
mattn
054a56464f disable zen-coding when unknown filetype. 2010-02-22 10:03:54 +09:00
mattn
0b99d316ce enable white space before tag name. 2010-02-21 23:03:10 +09:00
mattn
dc33430b98 few extensive notation. 2010-02-21 22:48:14 +09:00