diff runtime/autoload/rubycomplete.vim @ 10272:57b2b8268d3a

commit https://github.com/vim/vim/commit/4575876dc865d4160f20d61bd822fbe7cafbec41 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 12 23:08:06 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Wed, 12 Oct 2016 23:15:04 +0200
parents 43efa4f5a8ea
children f0f06837a699
line wrap: on
line diff
--- a/runtime/autoload/rubycomplete.vim
+++ b/runtime/autoload/rubycomplete.vim
@@ -196,7 +196,7 @@ function! rubycomplete#Complete(findstar
             if c =~ '\w'
                 continue
             elseif ! c =~ '\.'
-                idx = -1
+                let idx = -1
                 break
             else
                 break