aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/if_ruby.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-10-14 22:56:32 -0400
committerGitHub <noreply@github.com>2020-10-14 22:56:32 -0400
commit4b00916e940d35c351482b2bd5e3822796d030a3 (patch)
tree81d7f6880c7d05ff6985a1101d56c25ffc6a2aa0 /runtime/doc/if_ruby.txt
parent759a05407f3e75cc002c0950563388735e969a94 (diff)
parent3183b09a5e0cce78be49e08cffb5208cf424e8c1 (diff)
downloadrneovim-4b00916e940d35c351482b2bd5e3822796d030a3.tar.gz
rneovim-4b00916e940d35c351482b2bd5e3822796d030a3.tar.bz2
rneovim-4b00916e940d35c351482b2bd5e3822796d030a3.zip
Merge pull request #13092 from janlazo/vim-8.1.1403
vim-patch:8.1.{95,103,221,269,975,978,1403,1569,1856,1983,2014,2365,2406},8.2.{573,616,710,957,1020,1036,1038,1743,1842,1843}
Diffstat (limited to 'runtime/doc/if_ruby.txt')
-rw-r--r--runtime/doc/if_ruby.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/if_ruby.txt b/runtime/doc/if_ruby.txt
index 6468e4c81e..87047712f3 100644
--- a/runtime/doc/if_ruby.txt
+++ b/runtime/doc/if_ruby.txt
@@ -136,7 +136,7 @@ self[{n}] Returns the buffer object for the number {n}. The first number
Methods:
-name Returns the name of the buffer.
+name Returns the full name of the buffer.
number Returns the number of the buffer.
count Returns the number of lines.
length Returns the number of lines.
@@ -172,6 +172,7 @@ height = {n} Sets the window height to {n}.
width Returns the width of the window.
width = {n} Sets the window width to {n}.
cursor Returns a [row, col] array for the cursor position.
+ First line number is 1 and first column number is 0.
cursor = [{row}, {col}]
Sets the cursor position to {row} and {col}.