Can anyone help with this problem I have when inserting a tag into a HTML-document?
It appears that the first character of the following word gets inserted into the tag.
It looks like there is some automated behavior inserting the closing tag. Iâm guessing you have a plugin installed that is managing that. Do you know which plugin it is?
I tried to uninstall vim-AutoComplPop (which actually canât be the culprit) and xmledit, but this didnât change anything.
Based on your hint I went on and found a folder (within the vim-directory) called âftppluginâ, which contained files called html.vim and xml.vim.
Deleting this folder stopped any kind of html-autocompletion. Thatâs good news because this bug was really getting on my nerves.
So thanks again!
Now I am trying to find a plugin that does a better job. Any suggestions anyone?
the thoughtbot vim git hub installation files installed and after that I have tried confiuring Emmet.vim via installtion pathogen. when i open â vim index.htmlâ and type html:5_ in a inset mode and esc to press CTRL + Y and â,â i get html:5_</html:5_> . I am really new to vim please can you help me figure out why