Commit Graph
100 Commits
Author SHA1 Message Date
mattn b8569d50f4 map keys for the buffer. related issue #163 2013-11-01 18:06:30 +09:00
mattn 313a58d55c Remove all quotes. related issue #155 2013-10-31 08:42:29 +09:00
mattn 3c5eb601fb Add !!! 2013-10-29 22:41:33 +09:00
mattn f82d715caa Possible to specify !!! 2013-10-29 22:18:15 +09:00
mattn ac79b721c5 Add 'c' for comment 2013-10-29 22:09:06 +09:00
mattn a765fe7b82 imageSize for css. related issue #155 2013-10-25 22:57:42 +09:00
mattn 036b37fb64 Added test for #164 2013-10-22 13:24:50 +09:00
mattn c9b8c2edcb Fixes item number in group. Closes #164 2013-10-22 13:21:32 +09:00
mattn 57de05e041 Update README 2013-10-22 12:02:00 +09:00
mattn ea1b779868 s/ExpandWord/expandWord/g
s/CompleteTag/completeTag/g
Ready for next/prev item
2013-10-22 12:00:04 +09:00
mattn ed7ab5fd49 user_emmet_install_global to off to install as global 2013-10-22 11:59:42 +09:00
mattn c588b72fc1 Merge pull request #160 from eugene-p/master
lorem did not pick up count always defaulting to 30
2013-10-17 17:26:45 -07:00
mattn 6baf3c1210 Expand | just for snippets 2013-10-15 10:21:24 +09:00
mattn c1691caa6a Fixes tests 2013-10-15 10:21:05 +09:00
mattn 4c371b5fa6 Added emmet#expandAbbrIntelligent() to you to do:
imap <expr> <tab> emmet#expandAbbrIntelligent("\<tab>")
2013-10-15 09:26:25 +09:00
mattn 32a1dac905 Added emmet#isExapandable(). related issue #156 2013-10-15 09:13:07 +09:00
mattn ef2cd77d40 Fixes parsing brackets. closes #157 2013-10-14 22:11:34 +09:00
mattn 0f2a0ed1e8 Fixes test 2013-10-14 22:11:26 +09:00
mattn 89dd2b7e71 Badge 2013-10-02 11:28:08 +09:00
mattn 6a06f58a5e Remove annoying type="text/css" from link:css and link:print snippet. Closes #152 2013-10-01 09:31:40 +09:00
mattn 445ca239ad Remove debug comment 2013-09-26 09:59:47 +09:00
mattn bd4c1bfaef Expand paren when type is css 2013-09-26 09:57:06 +09:00
mattn f8095a65dd Expand paren 2013-09-25 22:56:34 +09:00
mattn 9c17334509 Get image paths that is relative location from the current buffer. Related issue #150 2013-09-19 02:03:00 +09:00
mattn 9475526c1f Possible to disable definition of :Emmet command. Closes #147 2013-09-10 19:42:21 +09:00
mattn 5d90a2c83d Restore cursor position on insert-mode 2013-09-09 21:19:38 +09:00
mattn a5313498d7 No need to capture submatches 2013-09-02 16:32:15 +09:00
mattn 8f1775cf02 <html lang="ja></html> can't toggle comment 2013-08-27 19:34:08 +09:00
mattn 44af2e417d Fixes toggle comment. <meta charset="utf-8"> make it hang 2013-08-27 12:41:59 +09:00
mattn fcf0f567be Use i_CTRL-R= instead of <esc>a 2013-08-25 23:53:36 +09:00
mattn ebba5bf1e2 Fuzzy search 2013-08-25 01:30:21 +09:00
mattn e8e9877cfc Fixes tests 2013-08-22 20:32:01 +09:00
mattn 9d7a3d4a44 Add new option g:emmet_docroot to specify map of document root.
let emmet_docroot = {
\  'c:/dev/vim-jp.github.com/': 'http://vim-jp.org/',
\  'c:/dev/mattn/': 'http://mattn.kaoriya.net/',
\}

When getting image size of '/path/to/file.jpg' and current html file is
'c:/dev/mattn/foo/bar/index.html', the image file will be treated as:

  http://mattn.kaoriya.net/path/to/file.jpg
2013-08-22 20:12:49 +09:00
mattn 13994cc066 html5ish 2013-08-22 19:55:53 +09:00
mattn afd55ad70c Check foldclosed 2013-08-22 19:44:51 +09:00
mattn 056b49c2bd Fixes basedirect/basevalue ex: ul>li.item$@-*5 Should be count down from 5 to 1. 2013-08-20 09:44:29 +09:00
mattn f2fc51391c Updated docs 2013-08-19 11:07:19 +09:00
mattn b2561af319 Possible to specify base value. Related issue #144 2013-08-19 11:07:19 +09:00
mattn 6016cf6bdd Merge pull request #141 from drakmail/patch-1
Add basic github-flavored markdown syntax highlighting to README.mkd
2013-08-14 10:47:04 -07:00
mattn 61360ddfdc Add fuzzy search for css. Fixes #142 2013-08-14 13:04:59 +09:00
mattn 49d2c8280f version bump up 2013-08-13 21:29:01 +09:00
mattn 58c9a51322 Add note for <plug> mapping 2013-08-13 21:18:31 +09:00
mattn f7a8cce3d5 Unity <plug> mapping names 2013-08-13 21:18:16 +09:00
mattn a726fe44c8 Merge pull request #137 from DeaR/fix-duplicate-key
Fix duplicate key.
2013-08-13 04:44:44 -07:00
mattn 286869545f Shouldn't be a leading spaces 2013-08-13 20:42:25 +09:00
mattn 5dc6c1a001 Include feature of #129 2013-08-13 20:42:01 +09:00
mattn 57a2ca0e2f Add test for sass indentation bug 2013-08-13 20:21:37 +09:00
mattn 888fdb6699 Fixes sass indentation 2013-08-13 20:16:23 +09:00
mattn 9be8926559 Fixes wrong tests for sass 2013-08-13 18:59:31 +09:00
mattn 8f088c9f73 Add emmet#getFilter() 2013-08-13 18:59:13 +09:00
mattn c257e09d69 Fixes extends of filter. sass filter doesn't extend css's one 2013-08-13 18:44:42 +09:00
mattn f18cb41f93 Merge branch 'master' of github.com:mattn/emmet-vim 2013-08-12 22:39:15 +09:00
mattn 40c4b1e0b8 Fixes test 2013-08-12 22:38:45 +09:00
mattn f1cbe2545f identity can treat URL 2013-08-12 22:38:05 +09:00
mattn 018cab0adc Merge pull request #139 from mikewadsten/master
Fix numbering on nested multiplication
2013-08-12 06:28:53 -07:00
mattn cb869edec4 Add test for #140 2013-08-12 22:27:13 +09:00
mattn 222c509447 Fixes #140 2013-08-12 22:18:11 +09:00
mattn 9791571ff4 Remove default html indentation 2013-08-09 13:06:48 +09:00
mattn 6d924eb310 Remove div element for snippets 2013-08-08 12:31:51 +09:00
mattn e1fecdc77b version bump up 2013-08-08 12:31:46 +09:00
mattn db7c3bebc8 Merge pull request #135 from joedicastro/master
Fixes #133
2013-08-07 18:32:10 -07:00
mattn 455f6f5760 Fixes #131 #134 2013-08-08 00:47:56 +09:00
mattn fd7c37d618 rename 2013-08-06 20:00:30 +09:00
mattn 43d5656dca Rename to Emmet.vim! 2013-08-06 19:49:59 +09:00
mattn 5d54856b49 Keep 0, no adding px unit when expanding b0 2013-06-28 09:55:15 +09:00
mattn 0b37e09e5e Fix typo 2013-06-17 16:32:05 +09:00
mattn 53e8b80dfd Fixes links to blogs. Closes #125 2013-06-14 15:12:53 +09:00
mattn 32bb75081c Add doc for lorem+ipsum 2013-06-10 21:18:18 +09:00
mattn a98478d7dc Add test for #124 2013-06-10 21:08:14 +09:00
mattn e7460ef2ec Should be all ${cursor} in the tokens for m0+bgi+p0. The value is not decided with token, value should be empty. 2013-06-10 21:01:53 +09:00
mattn daaa9450a6 bg++bg+ 2013-06-10 20:42:00 +09:00
mattn 4221cd94ed Version guard 2013-06-10 20:24:29 +09:00
mattn 8cc33aedf4 Add tests for sass 2013-06-10 19:37:17 +09:00
mattn 32c9eaf0c6 Don't use workaround. remove last ; correctly. Fixes #124 2013-06-10 19:36:17 +09:00
mattn 917a9d4bb3 Should be non-space in default 2013-06-10 19:35:27 +09:00
mattn ae7d014738 Add last comma 2013-06-10 19:34:36 +09:00
mattn 6619d5078e lorem for japanese 2013-06-06 18:24:15 +09:00
mattn 8e515a11c2 Add custom_expand 2013-06-06 17:32:10 +09:00
mattn 30d304ff1f Add user-defined dollar expression (Merged tang3w's awesome commits) 2013-06-06 12:17:42 +09:00
mattn ca95069268 Fix typo 2013-06-03 22:29:26 +09:00
mattn 857ecdb813 Fix typo 2013-06-03 22:27:41 +09:00
mattn aabea8343f Oops 2013-06-03 12:13:25 +09:00
mattn 64b64e6bf8 Lorem Ipsum 2013-06-03 12:06:12 +09:00
mattn dd16ce3b0b Merge pull request #123 from shlomif/master
Grammar corrections.
2013-05-15 17:00:13 -07:00
mattn 6dfd49a31f Merge pull request #122 from shlomif/master
Remove trailing space + Grammar Corrections.
2013-05-15 06:30:54 -07:00
mattn b162859ca8 Fix indentation 2013-05-08 10:17:22 +09:00
mattn 62c6622153 Fix attributes missing 2013-05-08 10:17:12 +09:00
mattn 4757aae967 Use meta charset. This may occur some problem. For example charset=Windows-31J won't work correctly. 2013-05-08 09:28:33 +09:00
mattn 6a68c46d88 Fix lost attributes. Close #121 2013-05-08 09:27:37 +09:00
mattn 8499af4c47 Fixed typo 2013-04-24 21:30:35 +09:00
mattn 03c6771311 Merge pull request #120 from crazymaster/master
Fixed typo.
2013-04-24 05:24:58 -07:00
mattn 9239eed295 Add test for #98 2013-04-24 20:44:06 +09:00
mattn 6fd2031fa2 Fixed #98 pass to indent to html#toString() 2013-04-24 20:43:15 +09:00
mattn 7c1f881014 Remove blank line 2013-04-23 09:49:52 +09:00
mattn fb7829ca4b Add test for #118 2013-04-23 09:49:03 +09:00
mattn bc262ed52b Use group_itemno or itemno that greating. close #118 2013-04-23 09:46:04 +09:00
mattn 25aeb9d1c3 Add test 2013-04-19 13:24:05 +09:00
mattn 1f041e7dd3 Unique attribute names. close #119 2013-04-19 13:22:06 +09:00
mattn 6d07bd9752 Separate rendering type and filetype 2013-04-09 19:18:41 +09:00
mattn 857809e676 Fix guessing filetype 2013-04-09 18:55:21 +09:00