summaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-10-20 19:17:48 +0200
committerBram Moolenaar <Bram@vim.org>2010-10-20 19:17:48 +0200
commit727c876b7869050d5da4f4d3dba975350bdbd7d8 (patch)
tree338efeb6d6eb7681b55eb35622067982e1a82dbd /runtime/doc
parent483c5d80a708a81edd96f8241c231a29e5c58a2f (diff)
downloadvim-git-727c876b7869050d5da4f4d3dba975350bdbd7d8.tar.gz
updated for version 7.3.031v7.3.031
Problem: Can't pass the X window ID to another application. Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens)
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/eval.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index f8ac2727d..d37fe2ab3 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1657,6 +1657,11 @@ v:version Version number of Vim: Major version number times 100 plus
*v:warningmsg* *warningmsg-variable*
v:warningmsg Last given warning message. It's allowed to set this variable.
+ *v:windowid* *windowid-variable*
+v:windowid When any X11 based GUI is running or when running in a
+ terminal and Vim connects to the X server (|-X|) this will be
+ set to the window ID. Otherwise the value is zero.
+
==============================================================================
4. Builtin Functions *functions*