Tuesday, January 22, 2013

Stop vim from adding closing " in HTML omni-completion

Hi!

In HTML omnicompletion vim searches <style> and included stylesheets when you are adding classes to tags like <div class="| but when it adds the values it also adds an ending ". That ending " clashes with my auto-pairs functionality (plugin) which has already added an ending " so the result becomes class="classname"|" which is not very nice. Can you stop vim from adding the ending "? It would be nice if it could be changed with an option.

Best regards,

Martin Lundberg

--
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