mattn
2e365c9573
Fixes #139
2013-12-13 20:22:59 +09:00
weirongxu
936d5c6c2f
Add less support,and fix scss typo.
2013-12-13 02:29:52 +08:00
mattn
df3e61ba69
Fixes #178
2013-12-06 20:31:43 +09:00
mattn
934feeb55f
Add bem filter: http://docs.emmet.io/filters/bem/
2013-12-06 17:06:14 +09:00
mattn
262777309f
Customizable quote char
2013-11-29 20:13:26 +09:00
mattn
8aeb24fa77
Fix name of function
2013-11-28 09:44:15 +09:00
mattn
2ecc25f727
Fixes #173
2013-11-28 09:39:26 +09:00
mattn
47f27f8c3d
Fixies #172
2013-11-26 16:22:37 +09:00
mattn
e990cebbae
Workaround
2013-11-26 12:49:45 +09:00
mattn
d6ab310cc9
Fixes rendering type
2013-11-26 09:58:41 +09:00
mattn
fb096ac4d4
Support boolean attributes, related issue #170
2013-11-25 01:36:12 +09:00
Bill Hau and mattn
59239b05bb
Changed emmet#getFileType() to do basetype checking on &ft parts instead of empty type var
2013-11-15 20:15:41 +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
c9b8c2edcb
Fixes item number in group. Closes #164
2013-10-22 13:21:32 +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
Yauheni(Eugene) Patsiomkin
c78a2ff435
lorem did not pick up count always defaulting to 30
2013-10-17 15:41:42 -06:00
mattn
6baf3c1210
Expand | just for snippets
2013-10-15 10:21:24 +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
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
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
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
b2561af319
Possible to specify base value. Related issue #144
2013-08-19 11:07:19 +09:00
mattn
61360ddfdc
Add fuzzy search for css. Fixes #142
2013-08-14 13:04:59 +09: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
888fdb6699
Fixes sass indentation
2013-08-13 20:16:23 +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
f1cbe2545f
identity can treat URL
2013-08-12 22:38:05 +09:00
Mike Wadsten and mattn
2a5684bac4
Fix numbering on nested multiplication
...
If an element is being multiplied, its number should reflect the repeating of that element, not the group it belongs in.
----
Example case:
Input: .outer$*3>.inner$*2
Expected output:
<div class="outer1">
<!-- two DIVs: .inner1, .inner2 -->
</div>
<div class="outer2">
<!-- two DIVs: .inner1, .inner2 -->
</div>
<div class="outer3">
<!-- two DIVs: .inner1, .inner2 -->
</div>
Observed output:
<div class="outer1">
<!-- two DIVs: .inner1, .inner2 -->
</div>
<div class="outer2">
<!-- two DIVs: .inner2, .inner2 -->
</div>
<div class="outer3">
<!-- two DIVs: .inner3, .inner3 -->
</div>
2013-08-12 22:28:29 +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