From 8f3f58f2c361f1b7241128d9821f88d8a30aa066 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 6 Jan 2010 20:52:26 +0100 Subject: Update documentation files. --- runtime/doc/if_ruby.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc/if_ruby.txt') diff --git a/runtime/doc/if_ruby.txt b/runtime/doc/if_ruby.txt index 8e1ef35d8..6ccc56824 100644 --- a/runtime/doc/if_ruby.txt +++ b/runtime/doc/if_ruby.txt @@ -1,4 +1,4 @@ -*if_ruby.txt* For Vim version 7.2. Last change: 2006 Apr 30 +*if_ruby.txt* For Vim version 7.2. Last change: 2008 Aug 16 VIM REFERENCE MANUAL by Shugo Maeda @@ -79,7 +79,7 @@ Ruby code gets all of its access to vim via the "VIM" module. Overview > print "Hello" # displays a message - VIM.command(cmd) # execute an ex command + VIM.command(cmd) # execute an Ex command num = VIM::Window.count # gets the number of windows w = VIM::Window[n] # gets window "n" cw = VIM::Window.current # gets the current window -- cgit v1.2.1