aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/rubycomplete.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-29 01:02:22 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-29 01:03:42 +0200
commit53419673154a98b705cfa80590099a247cc9df49 (patch)
tree3eb512ee1a938f9063a59660a9b765cdd68ea3f2 /runtime/autoload/rubycomplete.vim
parent60e68f309675c353b0453d6a1caa21c95caf97c2 (diff)
downloadrneovim-53419673154a98b705cfa80590099a247cc9df49.tar.gz
rneovim-53419673154a98b705cfa80590099a247cc9df49.tar.bz2
rneovim-53419673154a98b705cfa80590099a247cc9df49.zip
vim-patch:4575876dc865
Updated runtime files. https://github.com/vim/vim/commit/4575876dc865d4160f20d61bd822fbe7cafbec41
Diffstat (limited to 'runtime/autoload/rubycomplete.vim')
-rw-r--r--runtime/autoload/rubycomplete.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/rubycomplete.vim b/runtime/autoload/rubycomplete.vim
index 440dfd42e9..40b87f4cbe 100644
--- a/runtime/autoload/rubycomplete.vim
+++ b/runtime/autoload/rubycomplete.vim
@@ -196,7 +196,7 @@ function! rubycomplete#Complete(findstart, base)
if c =~ '\w'
continue
elseif ! c =~ '\.'
- idx = -1
+ let idx = -1
break
else
break