Commit Graph
100 Commits
Author SHA1 Message Date
mattn 52fbf6d33e prior filetype to inline attribute. 2012-04-24 11:12:35 +09:00
mattn 3e679f8a9a fix issue of text nodes. close #64 2012-04-24 10:43:24 +09:00
mattn 1883fecec0 add test case related #65 2012-04-23 15:26:59 +09:00
mattn 8126a94272 fix abbr expandos. related #65 2012-04-23 15:26:44 +09:00
mattn f66501ccd1 fix expandos. close #65 2012-04-23 15:06:37 +09:00
mattn c492fc64f0 don't need conversion. 2012-03-28 18:26:56 +09:00
mattn 01524e272f useragent. 2012-02-21 15:34:58 +09:00
mattn 5efe248f0e fix {} regexp pattern. close issue #58 2012-02-14 19:45:28 +09:00
mattn 3766ec94ea version bump up. 2012-01-31 13:47:47 +09:00
mattn 4d295a516b fixed issue #56. 2012-01-31 13:46:24 +09:00
mattn e6e89137e2 fix toggleComment. close #55 2012-01-26 10:25:57 +09:00
mattn 62c8a5c39e typo in doc. 2012-01-17 10:28:23 +09:00
mattn d4c971b7c4 merge lines. close issue #52 2012-01-17 10:24:44 +09:00
mattn 61ca294004 more strictly. 2012-01-11 13:46:57 +09:00
mattn d7e4896a28 fix imageSize. close issue #53 2012-01-10 17:35:42 +09:00
mattn 6eff2a965f oops. fixed trim filter. 2011-12-16 09:36:06 +09:00
mattn c9398065c8 added trim filter. 2011-12-16 09:35:08 +09:00
mattn a386d41384 fix wrap 2011-12-15 02:58:50 +09:00
mattn 65588192a4 Merge branch 'master' of github.com:mattn/zencoding-vim 2011-12-15 02:30:10 +09:00
mattn 732a8aa1d1 fix parser to match class like ".b-block__subitem". close #50 2011-12-07 09:12:31 +09:00
mattn 1f4dbe3917 check normal mode or not. 2011-12-05 14:50:47 +09:00
mattn 513578327c fix cursor position. 2011-12-05 12:40:38 +09:00
mattn 0e104e30f5 visual line. 2011-12-01 11:51:48 +09:00
mattn 1bb674d731 fixed join tag for xsl. close #48 2011-11-30 09:11:14 +09:00
mattn 3dac32d31c I perfer the name. 2011-11-27 19:23:59 +09:00
mattn 475d1b0a6f Merge pull request #47 from fersho311/master
Started a readme File
2011-11-27 02:16:19 -08:00
mattn 16a09f81c1 attribute index like node[attr$] 2011-11-25 22:28:45 +09:00
mattn 74331b5545 remove sass. include behavior of css. added !important; 2011-11-25 19:36:42 +09:00
mattn f7047e7520 don't do 'gvc' when not visual mode. closes issue #46 2011-11-25 18:19:27 +09:00
mattn afabf9d4a0 erase selected lines. 2011-11-24 20:58:46 +09:00
mattn c1ea1e576b avoid to expand '<>' in css. 2011-11-24 16:06:36 +09:00
mattn e7b6ce30f1 add option 'use_pipe_for_cursor'. fixes issue #38 2011-11-24 15:51:24 +09:00
mattn 4b4aef917b fix bug that break multibyte characters when using wize selection. 2011-11-24 15:28:14 +09:00
mattn e123792281 oops. fixed normal {foo}. 2011-11-24 15:09:06 +09:00
mattn ba5c040894 support of blockwize selection. 2011-11-24 15:07:03 +09:00
mattn e16879217d wrap normaly in last tag when don't contain "*" for wrap abbreviation. 2011-11-24 14:27:16 +09:00
mattn 32aacd57ab set config back at last. 2011-11-24 14:26:58 +09:00
mattn b05a4e281f fixed conversion of tag name like h${sometext}*3. 2011-11-24 12:35:43 +09:00
mattn ec071d3b63 fix toggle comment. 2011-11-24 11:55:28 +09:00
mattn 896520d48e version bump up. 2011-11-22 21:38:46 +09:00
mattn 6b65455e94 oops. fixed foo+ style expandos. 2011-11-22 21:38:01 +09:00
mattn 6521d273fb version bump up. 2011-11-22 19:09:07 +09:00
mattn ac6d7fb269 remove debug message. 2011-11-22 19:08:03 +09:00
mattn 0072354226 fix expandos. 2011-11-22 19:07:21 +09:00
mattn 99b6e2d292 fix separator for css. 2011-11-21 15:16:47 +09:00
mattn 115f68df62 version bump up. 2011-11-08 11:11:06 +09:00
mattn accc9934d2 fixed contents parser. 2011-11-08 11:09:54 +09:00
mattn 7bed58f537 typo in TUTORIAL. fixed #39 2011-11-02 15:58:07 +09:00
mattn 47a4d1ffa3 fix analyzing content summary. 2011-10-26 21:21:14 +09:00
mattn 8f8cd747b2 Merge branch 'master' of github.com:mattn/zencoding-vim 2011-10-25 13:50:57 +09:00
mattn b0b2323d3a update. 2011-10-25 13:50:43 +09:00
mattn 773f87b62b version bump up. 2011-10-22 23:54:41 +09:00
mattn eaa447fb40 support: Upgraded "Wrap With Abbreviation" action 2011-10-14 21:35:38 +09:00
mattn f8f9dcd72e replace $# as line for wrap abbreviation. 2011-10-14 18:58:12 +09:00
mattn 450768be48 fix incomplete string. 2011-10-12 11:13:58 +09:00
mattn 54924cb5d5 g:zencoding_curl_command 2011-09-26 13:30:57 +09:00
mattn f34dd90f73 oops. 2011-09-22 20:41:54 +09:00
mattn 44619b2584 oops. :set ff=unix 2011-09-22 17:18:30 +09:00
mattn 775dfb99e2 oops. version mismatch. 2011-09-22 15:37:25 +09:00
mattn d9957b0baf version bump up. 2011-09-22 15:31:36 +09:00
mattn f844ab85b0 unitetest for xsd. 2011-09-22 15:16:21 +09:00
mattn 95df77c224 fix unittest.vim 2011-09-05 01:06:19 +09:00
mattn e799b8ead5 Merge pull request #33 from fiskus/master
border radius
2011-08-18 17:01:26 -07:00
mattn 88d89910e2 Merge pull request #30 from serverhorror/fix-submodule-usage
fix submodule usage
2011-05-08 07:10:11 -07:00
mattn dcc75d8a19 Merge branch 'master' of github.com:mattn/zencoding-vim 2011-04-09 00:36:51 +09:00
mattn 7ccba3e1bb typo 2011-04-09 00:36:27 +09:00
mattn 4bbbe1d3de enable fc filter for css. fix issue #21 2011-02-24 19:04:00 +09:00
mattn 2091f33c82 django template 2011-02-23 15:44:33 +09:00
mattn 77e480c140 remove $line$ at the last. 2011-02-23 15:40:49 +09:00
mattn aa7d54e0f0 fix haml test. 2011-02-23 15:25:13 +09:00
mattn 3ece783f74 gif size was swapped. 2011-01-25 09:20:42 +09:00
mattn 9a941aad9b fix broken wrap expanding. 2011-01-14 09:23:08 +09:00
mattn 8b8aa71043 version bump 2011-01-13 14:52:26 +09:00
mattn e4dc78bc9b fixed wrap expanding with '&'. 2011-01-12 11:49:03 +09:00
mattn cda02374cd add test for .content{Hello!} 2011-01-06 11:16:55 +09:00
mattn 96e256df37 expand .content to class="content" 2011-01-06 11:13:44 +09:00
mattn 1bbf5b06ad no more scroll 2011-01-06 11:06:54 +09:00
mattn 72ef007a84 add test for haml a*3 2011-01-06 10:51:25 +09:00
mattn d9b9733bd0 fix issue #16 2011-01-06 10:48:32 +09:00
mattn 771343cf24 add test for bg+ 2011-01-06 10:37:24 +09:00
mattn eefd49426f fix issue #17. 2011-01-06 10:36:39 +09:00
mattn 555aee4d3d version bump. 2010-11-22 21:15:45 +09:00
mattn 0dcce23ef0 fix parsing #{{foo}} and .{{bar}} 2010-11-22 21:14:06 +09:00
mattn 1e63393779 fixed parse #foo{bar} or .foo{bar} 2010-11-22 20:59:12 +09:00
mattn 19bfc84054 possible to specify charset. default value is UTF-8 . 2010-11-22 20:45:13 +09:00
mattn fe99a324a9 fix staff. 2010-11-18 12:44:33 +09:00
mattn 010a744683 fix staff 2010-11-18 12:44:06 +09:00
mattn b960a0d6ab version bump. 2010-11-18 12:43:33 +09:00
mattn 17dfb732a8 add doc. 2010-11-18 12:32:06 +09:00
mattn a722f513e1 use omnifunc. 2010-11-18 12:24:21 +09:00
mattn 295bceb85a test marker 2010-11-16 19:31:14 +09:00
mattn d4287a23d4 add tests. 2010-11-16 19:19:26 +09:00
mattn fd46018e06 ignore to use abs(). 2010-11-10 01:28:14 +09:00
mattn 4cf35d61e0 add staff for release in Makefile. 2010-11-10 01:23:10 +09:00
mattn 6d455bfeae fix unit test. 2010-11-10 01:23:04 +09:00
mattn cb13e4a07d version bump 2010-11-10 01:15:20 +09:00
mattn aeb24b1922 install mapping to global. 2010-11-10 01:14:23 +09:00
mattn e72254f40a oops... zip was empty... orz 2010-11-05 20:44:59 +09:00
mattn e3a9428c1d version bump 2010-11-05 14:40:14 +09:00
mattn af324f7db0 update doc 2010-11-05 14:36:04 +09:00