Commit Graph

1036 Commits

Author SHA1 Message Date
Robert Wilkinson
7be2d5b977 Spelling error, changed "toogle" to "toggle" 2014-12-17 16:01:11 -08:00
mattn
26954b92cd Fixes tests 2014-12-17 17:26:49 +09:00
mattn
47b54c2e5e Fixes against errors/warnings in vint 2014-12-17 17:26:10 +09:00
mattn
edf74342b5 Merge branch 'master' into wip 2014-12-17 16:09:57 +09:00
mattn
cd09765a83 use_selection = 0 in default 2014-12-17 16:09:20 +09:00
mattn
5bfcf0abfd wip 2014-12-17 03:59:40 +09:00
mattn
1c1c511896 Update css abbreviations 2014-12-17 03:31:12 +09:00
mattn
0e08b66e6c Replace all 2014-12-17 03:14:59 +09:00
mattn
62b3accc20 Check maprg too 2014-12-16 19:09:02 +09:00
mattn
9ac3339942 WIP: implement selection 2014-12-16 19:08:49 +09:00
mattn
2a8f0e094d lang/charset should be in variables of configuration 2014-12-11 14:27:46 +09:00
mattn
2b4eea8775 hasmapto should be used to check key-mapping instead of plug-mapping 2014-12-09 18:00:01 +09:00
mattn
76499f48b8 Remove badge 2014-12-08 20:33:45 +09:00
mattn
0d63cc76aa Merge pull request #235 from kashiro/issues234
add link:import for webcomponents #234
2014-11-27 01:48:28 +09:00
mattn
8b703a0a00 Fixes errors on lint. #236 2014-11-06 20:02:36 +09:00
mattn
4b17969f5a Markdown 2014-11-05 19:36:29 +09:00
tomoyuki kashiro
3e668b3523 add link:import for webcomponents #234 2014-11-03 17:43:09 +09:00
mattn
485abffe6c Add test to expand dn to 'display: none' for css 2014-10-09 09:47:40 +09:00
mattn
4d78123db9 Find snippet more fuzzy. Close #212 2014-10-09 09:45:47 +09:00
mattn
920904c53b Version bump up 2014-09-03 09:13:16 +09:00
mattn
a3418eb419 Merge branch 'master' of github.com:mattn/emmet-vim 2014-09-02 18:35:06 +09:00
mattn
070800e31d Support 's' filter. Close #231 2014-09-02 18:33:26 +09:00
mattn
e9b90c7f90 Merge pull request #230 from UncleBill/master
use two dollars to escape $
2014-08-31 14:48:54 +09:00
UncleBill
def1f1aead escape $ 2014-08-29 22:16:14 +08:00
mattn
55c704bc3a fl should be expanded float:left; in css. close #225 2014-08-08 18:49:35 +09:00
mattn
591bfc99dc Fix tests 2014-08-06 16:07:42 +09:00
mattn
d51cb7141f Merge pull request #223 from sheoak/master
Sass not working properly with sass extension
2014-08-06 15:59:27 +09:00
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
sheoak
105bea22b8 Merge branch 'master' of https://github.com/mattn/emmet-vim 2014-08-04 15:07:09 +02:00
sheoak
f1a34ccaa3 Fixes issue #211 - sass not working properly because expecting braces instead of tabs 2014-08-04 15:05:40 +02: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