【发布时间】:2017-03-12 09:18:52
【问题描述】:
emmet.vim 是通过 vundle 安装的。
$ cd ~/.vim/bundle
$ git clone git@github.com:mattn/emmet-vim.git
ls .vim/bundle/emmet-vim
autoload emmet.vim.vimup plugin TODO unittest.vim
doc Makefile README.mkd TUTORIAL
重新启动并编辑 test.html 文件。
cd /tmp
vim test.html
按照手册说的: http://www.vim.org/scripts/script.php?script_id=2981
Type abbreviation
+-------------------------------------
| html:5_
+-------------------------------------
"_" is a cursor position. and type "<c-y>," (Ctrl + y and Comma)
html5和ctrl+y+,这样输入是没有用的。
html5 和 ctrl+y+,也不要这样输入。
【问题讨论】:
-
1.您是否按了
<C-y>,然后立即按了,? 2.你描述的安装方式不是“通过vundle安装”。