From: Bram Moolenaar Date: Tue, 14 Feb 2006 22:29:30 +0000 (+0000) Subject: updated for version 7.0197 X-Git-Tag: v7.0197 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d2ba7fa851f988ea9eab47b7662be243f85ddfa;p=vim updated for version 7.0197 --- diff --git a/runtime/autoload/htmlcomplete.vim b/runtime/autoload/htmlcomplete.vim index a6295373e..0b4bc5fd8 100644 --- a/runtime/autoload/htmlcomplete.vim +++ b/runtime/autoload/htmlcomplete.vim @@ -41,7 +41,7 @@ function! htmlcomplete#CompleteTags(findstart, base) let start = col('.') - 1 let b:jscompl = 1 let b:jsrange = [scriptstart, scriptend] - while start >= 0 && line[start - 1] =~ '\w' + while start >= 0 && line[start - 1] =~ '\k' let start -= 1 endwhile " We are inside of