# HG changeset patch # User vimboss # Date 1139956170 0 # Node ID 9090f866cd57a7febdb2e0679bf0a5e86951e314 # Parent 0137e7c3d31b09f1c1e494405f3f99f6423b74cd updated for version 7.0197 diff --git a/runtime/autoload/htmlcomplete.vim b/runtime/autoload/htmlcomplete.vim --- a/runtime/autoload/htmlcomplete.vim +++ b/runtime/autoload/htmlcomplete.vim @@ -41,7 +41,7 @@ function! htmlcomplete#CompleteTags(find 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