Commit Graph

14 Commits

Author SHA1 Message Date
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
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
888fdb6699 Fixes sass indentation 2013-08-13 20:16:23 +09:00
mattn
f1cbe2545f identity can treat URL 2013-08-12 22:38:05 +09:00
mattn
222c509447 Fixes #140 2013-08-12 22:18:11 +09:00
mattn
6d924eb310 Remove div element for snippets 2013-08-08 12:31:51 +09:00
joe di castro
7fb711c257 Fixes #133 2013-08-07 18:57:19 +02:00
mattn
455f6f5760 Fixes #131 #134 2013-08-08 00:47:56 +09:00
mattn
43d5656dca Rename to Emmet.vim! 2013-08-06 19:49:59 +09:00