vim-patch:4575876dc865

Updated runtime files.

4575876dc8
This commit is contained in:
Justin M. Keyes
2017-04-29 01:02:22 +02:00
parent 60e68f3096
commit 5341967315
2 changed files with 5 additions and 4 deletions

View File

@@ -196,7 +196,7 @@ function! rubycomplete#Complete(findstart, base)
if c =~ '\w'
continue
elseif ! c =~ '\.'
idx = -1
let idx = -1
break
else
break