autoload/handlers.vim | 2 +- diff --git a/autoload/handlers.vim b/autoload/handlers.vim index d7c01659b4d472cc3ad0444c900b4376dc86f0a5..ea760dab8f0079f9a569e4bcbc2e9233107dbae7 100644 --- a/autoload/handlers.vim +++ b/autoload/handlers.vim @@ -205,7 +205,7 @@ var start = col('.') - 1 while start > 0 && line[start - 1] =~ '\k' start -= 1 endwhile - start_col = start + start_col = start + 1 endif complete(start_col, completeItems)