commit | 9e54a0e753578e10910a842d631cffde32d1f133 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 14 20:42:25 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 14 20:42:25 2006 +0000 |
tree | 493fbfc4e3c943016355f7fd131bd6eadf02fd0a | |
parent | 7fc904b610d5739dd7b72fb2f6b0e4b330c97179 [diff] [blame] |
updated for version 7.0d04
diff --git a/runtime/ftplugin/ruby.vim b/runtime/ftplugin/ruby.vim index 4c8db85..8ce7f12 100644 --- a/runtime/ftplugin/ruby.vim +++ b/runtime/ftplugin/ruby.vim
@@ -51,6 +51,7 @@ setlocal include=^\\s*\\<\\(load\\\|\w*require\\)\\> setlocal includeexpr=substitute(substitute(v:fname,'::','/','g'),'$','.rb','') setlocal suffixesadd=.rb +setlocal omnifunc=rubycomplete#Complete " TODO: "setlocal define=^\\s*def