diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-05-01 18:37:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-01 18:37:14 +0200 |
commit | efea8a66b12d98b02d0594b54c4e575262d4e3da (patch) | |
tree | 246f9c749cacacb5c19439b44c2d448117ce7b11 /runtime/doc/if_ruby.txt | |
parent | cd190db8b3f1376a35a3cdce00e277018f809862 (diff) | |
parent | 45ef3d9d0c5f09e735b984fb6bbb25b27848408c (diff) | |
download | rneovim-efea8a66b12d98b02d0594b54c4e575262d4e3da.tar.gz rneovim-efea8a66b12d98b02d0594b54c4e575262d4e3da.tar.bz2 rneovim-efea8a66b12d98b02d0594b54c4e575262d4e3da.zip |
Merge #6632 from justinmk/doc
Diffstat (limited to 'runtime/doc/if_ruby.txt')
-rw-r--r-- | runtime/doc/if_ruby.txt | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/runtime/doc/if_ruby.txt b/runtime/doc/if_ruby.txt index e02ace67de..54d81a958d 100644 --- a/runtime/doc/if_ruby.txt +++ b/runtime/doc/if_ruby.txt @@ -5,18 +5,13 @@ The Ruby Interface to Vim *ruby* *Ruby* - -1. Commands |ruby-commands| -2. The VIM module |ruby-vim| -3. VIM::Buffer objects |ruby-buffer| -4. VIM::Window objects |ruby-window| -5. Global variables |ruby-globals| - *E266* *E267* *E268* *E269* *E270* *E271* *E272* *E273* The home page for ruby is http://www.ruby-lang.org/. You can find links for downloading Ruby there. + Type <M-]> to see the table of contents. + ============================================================================== 1. Commands *ruby-commands* |