summaryrefslogtreecommitdiff
path: root/runtime
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
commit8f8a56ef3b52029fdecd2f5ce111b7a3a7f568f2 (patch)
tree9c8b552a50a9ae302c491be18242964b6cd2e988 /runtime
parent7ea68f068dee6e76fc21d32267b067f0fc27c7e5 (diff)
downloadvim-8f8a56ef3b52029fdecd2f5ce111b7a3a7f568f2.tar.gz
updated for version 7.3.031v7.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')
-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 f8ac2727..d37fe2ab 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*