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
mattn
43e940a660
Fix doc
2014-03-12 17:41:54 +09:00
mattn
7005655302
Fix typo
2014-03-12 17:08:06 +09:00
mattn
d894c67aa9
remove \<right>
2014-03-11 21:41:17 +09:00
mattn
7268e203b8
upper case
2014-03-11 21:07:53 +09:00
mattn
cd23a38f2b
<!DOCTYPE> should be contains last \n
2014-03-11 21:07:07 +09:00
mattn
9480824c0f
Find snippet recursibly
2014-03-11 17:18:17 +09:00
mattn
464291244a
Remove debug message
2014-03-11 17:17:29 +09:00
mattn
c087cff8ff
Add test for update tag
2014-03-11 17:16:58 +09:00
mattn
6d2c6a1de4
Add test for RGBa syntax
2014-03-11 17:07:22 +09:00
mattn
fef441fa71
New emmet feature: RGBa syntax
2014-03-11 17:01:31 +09:00
mattn
cd808a5fe5
New emmet feature: update tag
2014-03-11 16:39:35 +09:00
mattn
9b80875e07
bump up version
2014-03-10 11:19:02 +09:00