Hi Dyl!
On Di, 17 Nov 2015, Dyl A wrote:
> Hello,
>
> It's been ~17 days since I posted here and I still haven't recieved a reply
> from the maintainer.
>
> Where do we go from here?
Does this patch fix it for you?
idiff --git a/runtime/autoload/htmlcomplete.vim
b/runtime/autoload/htmlcomplete.vim
--- a/runtime/autoload/htmlcomplete.vim
+++ b/runtime/autoload/htmlcomplete.vim
@@ -245,6 +245,9 @@ function! htmlcomplete#CompleteTags(find
" If context contains white space it is attribute.
" It can be also value of attribute.
" We have to get first word to offer proper completions
+ if context =~# '^\s\+'
+ let context = ''
+ endif
if context == ''
let tag = ''
else
Best,
Christian
--
Jedermann hat seine Eigenheiten und kann sie nicht los werden;
und doch geht mancher an seinen Eigenheiten, oft an den
unschuldigsten, zugrunde.
-- Goethe, Maximen und Reflektionen, Nr. 295
--
--
You received this message from the "vim_dev" 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 because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.