aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-29 02:42:51 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-07-29 20:50:07 +0200
commitaa680f6acb84b876584cbe5c958d50c692154c75 (patch)
treec034205a78a1b272e8b381c001a03c9a9983de04 /runtime/doc/eval.txt
parentc8f34a9a3efa6e260e97c9c064f7e6cb8a099aa9 (diff)
downloadrneovim-aa680f6acb84b876584cbe5c958d50c692154c75.tar.gz
rneovim-aa680f6acb84b876584cbe5c958d50c692154c75.tar.bz2
rneovim-aa680f6acb84b876584cbe5c958d50c692154c75.zip
vim-patch:9d87a37ee9d8
Update runtime files. https://github.com/vim/vim/commit/9d87a37ee9d87f5bdbc779bc940d5f1e6f055d0a
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index d72b845ecd..95aa4647d9 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -4698,7 +4698,7 @@ gettagstack([{nr}]) *gettagstack()*
getwinpos([{timeout}]) *getwinpos()*
The result is a list with two numbers, the result of
- getwinposx() and getwinposy() combined:
+ getwinposx() and getwinposy() combined:
[x-pos, y-pos]
{timeout} can be used to specify how long to wait in msec for
a response from the terminal. When omitted 100 msec is used.