comparison runtime/doc/if_ruby.txt @ 502:52e76e2b5b65 v7.0140

updated for version 7.0140
author vimboss
date Thu, 01 Sep 2005 20:46:49 +0000
parents 4707450c2b33
children 862863033fdd
comparison
equal deleted inserted replaced
501:ce2181d14aa0 502:52e76e2b5b65
1 *if_ruby.txt* For Vim version 7.0aa. Last change: 2005 Mar 29 1 *if_ruby.txt* For Vim version 7.0aa. Last change: 2005 Aug 31
2 2
3 3
4 VIM REFERENCE MANUAL by Shugo Maeda 4 VIM REFERENCE MANUAL by Shugo Maeda
5 5
6 The Ruby Interface to Vim *ruby* *Ruby* 6 The Ruby Interface to Vim *ruby* *Ruby*
157 Methods: 157 Methods:
158 158
159 buffer Returns the buffer displayed in the window. 159 buffer Returns the buffer displayed in the window.
160 height Returns the height of the window. 160 height Returns the height of the window.
161 height = {n} Sets the window height to {n}. 161 height = {n} Sets the window height to {n}.
162 width Returns the width of the window.
163 width = {n} Sets the window width to {n}.
162 cursor Returns a [row, col] array for the cursor position. 164 cursor Returns a [row, col] array for the cursor position.
163 cursor = [{row}, {col}] 165 cursor = [{row}, {col}]
164 Sets the cursor position to {row} and {col}. 166 Sets the cursor position to {row} and {col}.
165 167
166 ============================================================================== 168 ==============================================================================