Tuesday, January 22, 2013

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

I had a quick look at the code and didn't see a way to turn it off.
Though, I am not familiar with the code for that plugin, so it was more of a cursory inspection.

David


On Tue, Jan 22, 2013 at 12:00 PM, Martin Lundberg <martin.lundberg@gmail.com> wrote:
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

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