aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/if_ruby.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-01 17:09:29 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-05-01 17:48:06 +0200
commit45ef3d9d0c5f09e735b984fb6bbb25b27848408c (patch)
tree246f9c749cacacb5c19439b44c2d448117ce7b11 /runtime/doc/if_ruby.txt
parentbc4a2e1576c66ae5eea5463990d73528b3fc75bf (diff)
downloadrneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.tar.gz
rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.tar.bz2
rneovim-45ef3d9d0c5f09e735b984fb6bbb25b27848408c.zip
doc: Replace hardcoded TOCs with <M-]> advice.
Diffstat (limited to 'runtime/doc/if_ruby.txt')
-rw-r--r--runtime/doc/if_ruby.txt9
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*