Commit Graph

807 Commits

Author SHA1 Message Date
mattn
c0175decd3 Fix attribute parse 2014-08-06 15:57:59 +09:00
mattn
bd5f03bb24 Fix #224 2014-08-06 15:42:04 +09:00
mattn
39d8f88ccd Remove debug code 2014-08-04 12:21:02 +09:00
mattn
bd6060ba91 Workaround for sass, fixes #222 2014-08-04 11:46:54 +09:00
mattn
a61cb0c138 Merge pull request #221 from mvz/fix-vundle-instructions
Fix Vundle instructions
2014-07-24 20:17:26 +09:00
Matijs van Zuijlen
92fa2e568f Fix Vundle instructions
- Fix syntax to work in .vimrc
- The Bundle command is being renamed to Plugin (although Bundle still
  works for now)
2014-07-24 08:13:18 +02:00
mattn
2b94508a46 div[foo bar] should be expanded into <div foo="" bar=""></div>. close #218 2014-07-18 20:29:28 +09:00
mattn
dcf247fb5c Fix test 2014-07-18 20:15:22 +09:00
mattn
3874d6210d Merge branch 'master' of github.com:mattn/emmet-vim 2014-07-18 20:14:55 +09:00
mattn
23aea8c21a Revert 08eb534c42, because test is failing 2014-07-18 20:14:08 +09:00
mattn
00536daaf6 Merge pull request #217 from conraddecker/master
Changed 'parenthesis' setting to 'attribute_style' setting
2014-07-18 17:27:31 +09:00
mattn
0f45689b81 Set attributes. fix #218 2014-07-18 13:13:54 +09:00
mattn
beeb159626 Merge pull request #219 from typoon/master
Small fix related to VIM Tip #436
2014-07-18 12:59:16 +09:00
gilgamesh
08eb534c42 Small fix related to VIM Tip #436
http://vim.wikia.com/wiki/Recover_from_accidental_Ctrl-U

Suppose you do the following:

div.foo.bar.baz<c-y>,

This will be expanded to <div clas="foo bar baz"></div>

Then you realize that you wanted yyy instead of baz. You press ESC and
u and notice that you don't have your original string in the undo log
(div.foo.bar.baz).

This patch fixes this behaviour.
2014-07-17 16:47:41 -03:00
Conrad Decker
437cd92004 Changed 'parenthesis' setting to 'attribute_style' setting to allow for choice between 'hash' and 'html'
Updated output to correctly display html-style attributes or hash-style attributes. 'attribute_style' setting defaults to hash but can be updated by the user to use html style attributes
2014-07-17 09:40:35 -04:00
mattn
761adcc4be Fix typo 2014-07-17 09:35:04 +09:00
mattn
ca6296fb7f parenthesis for haml #216 2014-07-17 09:23:28 +09:00
mattn
96903b0913 Merge pull request #215 from shaabhishek/master
Added meta viewport tag
2014-06-28 23:47:44 +09:00
abhishek
949b8c26b7 Added meta viewport tag 2014-06-28 15:36:26 +09:00
mattn
320bb97cb4 Merge pull request #213 from sevko/master
Document g:user_emmet_leader_key's trailing ','.
2014-06-25 13:56:16 +09:00
Severyn Kozak
23bb8c0175 Document g:user_emmet_leader_key's trailing ','.
README.mkd, doc/emmet.txt
	-Add some text to clarify that any keymap specified with
	`g:user_emmet_leader_key` must be followed by a `,`.
2014-06-25 00:23:20 -04:00
mattn
39a5ba0eca Add test for #210 2014-06-06 13:50:23 +09:00
mattn
ef3f51ba44 Parse as css 2014-06-06 13:50:23 +09:00
mattn
da9283aa5c Don't handle @i for @i {} 2014-06-06 13:50:22 +09:00
mattn
7ac6a8acb8 Fix tests 2014-06-06 13:50:21 +09:00
mattn
ef27d24df0 Fix #210 2014-06-06 13:50:21 +09:00
mattn
c49d4567dc Fix default attributes 2014-06-06 13:50:20 +09:00
mattn
7711bf1f15 Merge pull request #209 from deepflame/master
change shortcut description
2014-05-26 10:36:03 +09:00
Andreas Böhrnsen
fe38681354 maybe this is better 2014-05-26 00:31:05 +08:00
Andreas Böhrnsen
5d73777a65 small update to docs to make shortcut clearer 2014-05-26 00:28:12 +08:00
mattn
3ccd466123 Fix #207 2014-05-19 15:13:34 +09:00
mattn
018a97523a Merge pull request #205 from richardscollin/patch-1
Typo in doc
2014-05-14 11:59:47 +09:00
Collin Richards
b3c346c54d Typo in doc
Changed two closing li tags to div tags.
2014-05-13 22:53:28 -04:00
mattn
fbd353387b Add c# for expanding color: ; 2014-05-07 10:09:37 +09:00
mattn
e185c13171 s/7/8/ 2014-05-07 10:05:47 +09:00
mattn
e18077e991 Fixed #203 2014-05-01 13:41:40 +09:00
mattn
ff1aaf88a9 Fixes behavior of removeTag 2014-04-14 09:38:12 +09:00
mattn
2b6f37f470 Fix balance tag 2014-04-14 09:20:02 +09:00
mattn
74055488de Try more candidates. 2014-04-13 01:12:12 +09:00
mattn
6adab8a234 Use indent getting from configuration, Fix #201 2014-04-03 01:36:28 +09:00
mattn
19961fc270 Fix #199 2014-03-28 22:13:51 +09:00
mattn
ed36e194e5 Wrap what you see when leader contains {$#} 2014-03-28 22:00:01 +09:00
mattn
5916ad27fa update doc 2014-03-27 09:25:00 +09:00
mattn
b00cf4d33f Update doc 2014-03-27 09:06:15 +09:00
mattn
0511be8ac5 Merge pull request #198 from ctruett/master
Edited line 110 of autoload/emmet.vim to fix intelligent expansion. It w...
2014-03-26 10:58:50 +09:00
Christopher Truett
e8169335a5 Edited line 103 of autoload/emmet.vim to fix intelligent expansion. It was trying to call a non-existant command. 2014-03-25 20:03:32 -04:00
mattn
6577e0e687 Guard attributes 2014-03-16 00:05:57 +09:00
mattn
2f0bd7d02e Add test for #195 2014-03-15 22:50:29 +09:00
mattn
56634e7f80 Fixes #195 2014-03-15 22:47:52 +09:00
mattn
ef3b75e877 comment_type 2014-03-14 13:51:27 +09:00