mattn
baf5546734
Merge pull request #492 from nhooyr/master
...
Make mappings silent by default
2021-09-30 00:57:53 +09:00
ibrahim
fc547c48a8
Added meta tag for responsiveness.
2021-03-02 16:31:33 +05:30
Yasuhiro Matsumoto
60930a968d
Fix syntax
2020-10-22 08:22:30 +09:00
Yasuhiro Matsumoto
9c526a43d6
Use autocmd to apply syntax styledEmmetAbbreviation
2020-10-20 17:36:24 +09:00
Anmol Sethi
1533dd03a1
Make mappings silent by default
...
Closes #361
2020-07-29 12:19:11 -04:00
r6eve
61deeebdc9
Fix minor typo
2019-08-27 18:15:14 +09:00
Yasuhiro Matsumoto
5a7c7930c6
Fix mergeLines()
2019-06-20 00:32:53 +09:00
Yasuhiro Matsumoto
7b08b89d7d
Implement image encode
2019-06-18 15:44:00 +09:00
Yasuhiro Matsumoto
24fbb0aef7
Fix move next/prev
2019-06-07 15:18:29 +09:00
Yasuhiro Matsumoto
6a6dc6e093
Fix balance tag
2019-05-19 23:26:36 +09:00
mattn
e82844db78
bump up version
2015-07-26 21:42:01 +09:00
Yasuhiro Matsumoto
1c46c5fb77
Add g:emmet_install_only_plug to install only <plug> mappings
2015-03-18 17:28:50 +09:00
Cade-Forester
ab5d0f026c
Fix: don't ignore g:user_emmet_complete_tag
...
"plugin/*.vim" files sourced at vim startup.
At vim startup no buffers exists,
so ":setlocal" command do nothing.
Move ":setlocal" command to s:install_plugin() function.
2015-02-26 18:31:08 +05:00
Cade-Forester
971a13ca98
Allow using ":EmmetInstall | OtherCommand"
...
Example of usage:
autocmd FileType html EmmetInstall | setlocal omnifunc=emmet#completeTag
2015-02-25 23:33:09 +05:00
Robert Wilkinson
7be2d5b977
Spelling error, changed "toogle" to "toggle"
2014-12-17 16:01:11 -08:00
mattn
5bfcf0abfd
wip
2014-12-17 03:59:40 +09:00
mattn
62b3accc20
Check maprg too
2014-12-16 19:09:02 +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
920904c53b
Version bump up
2014-09-03 09:13:16 +09:00
mattn
23aea8c21a
Revert 08eb534c42, because test is failing
2014-07-18 20:14:08 +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
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
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
mattn
7f0521f094
Use dash
2014-03-06 09:08:50 +09:00
mattn
2ecc25f727
Fixes #173
2013-11-28 09:39:26 +09:00
mattn
48373cbf0a
Ooooos
2013-11-26 12:37:47 +09:00
mattn
8c1e42340d
Closes popup if displayed
2013-11-22 14:50:56 +09:00
mattn
f3e6cc72a3
version bump up
2013-11-21 15:05:08 +09:00
mattn
5a37a6ef26
Closes popup
2013-11-21 12:46:11 +09:00
mattn
b8569d50f4
map keys for the buffer. related issue #163
2013-11-01 18:06:30 +09:00
mattn
ed7ab5fd49
user_emmet_install_global to off to install as global
2013-10-22 11:59:42 +09:00
mattn
9475526c1f
Possible to disable definition of :Emmet command. Closes #147
2013-09-10 19:42:21 +09:00
mattn
fcf0f567be
Use i_CTRL-R= instead of <esc>a
2013-08-25 23:53:36 +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
49d2c8280f
version bump up
2013-08-13 21:29:01 +09:00
mattn
f7a8cce3d5
Unity <plug> mapping names
2013-08-13 21:18:16 +09:00
DeaR
b9bd4738dc
Fix duplicate key.
2013-08-08 18:04:25 +09:00
mattn
43d5656dca
Rename to Emmet.vim!
2013-08-06 19:49:59 +09:00