Wednesday, January 23, 2013

Re: Stop vim from adding closing " in HTML omni-completion

On Wednesday, January 23, 2013 9:32:10 AM UTC+1, Benjamin R. Haskell wrote:
> On line 380 (or so) of $VIMRUNTIME/autoload/htmlcomplete.vim, replace:
> let classquote = matchstr(classbase, '.$')
> with:
> let classquote = ''

Thanks, works great.

> It worked in cursory testing. Perhaps someone should add it as an
> option.

That would be nice since now that I've added this file to my autoload folder it will shadow newer htmlcomplete.vim files that comes with vim, will it not?

-Martin

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment