Commit: runtime(doc): Update version9.txt, update the description of getwininfo()

0 views
Skip to first unread message

Christian Brabandt

unread,
Feb 16, 2026, 4:01:44 PMFeb 16
to vim...@googlegroups.com
runtime(doc): Update version9.txt, update the description of getwininfo()

Commit: https://github.com/vim/vim/commit/48677d77474647263f5c1d5e8a79b6ae9cd448fc
Author: Hirohito Higashi <h.eas...@gmail.com>
Date: Sun Feb 15 18:09:36 2026 +0000

runtime(doc): Update version9.txt, update the description of getwininfo()

closes: https://github.com/vim/vim/issues/19424

Signed-off-by: Hirohito Higashi <h.eas...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/tags b/runtime/doc/tags
index df9bfa2bd..b041d00a3 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -6200,6 +6200,7 @@ added-8.1 version8.txt /*added-8.1*
added-8.2 version8.txt /*added-8.2*
added-9.1 version9.txt /*added-9.1*
added-9.2 version9.txt /*added-9.2*
+added-9.3 version9.txt /*added-9.3*
added-BeOS version5.txt /*added-BeOS*
added-Mac version5.txt /*added-Mac*
added-VMS version5.txt /*added-VMS*
@@ -6416,6 +6417,7 @@ bug-fixes-8 version8.txt /*bug-fixes-8*
bug-fixes-9 version9.txt /*bug-fixes-9*
bug-fixes-9.1 version9.txt /*bug-fixes-9.1*
bug-fixes-9.2 version9.txt /*bug-fixes-9.2*
+bug-fixes-9.3 version9.txt /*bug-fixes-9.3*
bug-reports intro.txt /*bug-reports*
bugreport.vim intro.txt /*bugreport.vim*
bugs intro.txt /*bugs*
@@ -6604,6 +6606,7 @@ changed-8.1 version8.txt /*changed-8.1*
changed-8.2 version8.txt /*changed-8.2*
changed-9.1 version9.txt /*changed-9.1*
changed-9.2 version9.txt /*changed-9.2*
+changed-9.3 version9.txt /*changed-9.3*
changelist motion.txt /*changelist*
changelog.vim syntax.txt /*changelog.vim*
changenr() builtin.txt /*changenr()*
@@ -9674,9 +9677,11 @@ patches-8.2 version8.txt /*patches-8.2*
patches-9 version9.txt /*patches-9*
patches-9.1 version9.txt /*patches-9.1*
patches-9.2 version9.txt /*patches-9.2*
+patches-9.3 version9.txt /*patches-9.3*
patches-after-8.2 version9.txt /*patches-after-8.2*
patches-after-9.0 version9.txt /*patches-after-9.0*
patches-after-9.1 version9.txt /*patches-after-9.1*
+patches-after-9.2 version9.txt /*patches-after-9.2*
pathshorten() builtin.txt /*pathshorten()*
pattern pattern.txt /*pattern*
pattern-atoms pattern.txt /*pattern-atoms*
@@ -11549,6 +11554,7 @@ version-8.2 version8.txt /*version-8.2*
version-9.0 version9.txt /*version-9.0*
version-9.1 version9.txt /*version-9.1*
version-9.2 version9.txt /*version-9.2*
+version-9.3 version9.txt /*version-9.3*
version-variable eval.txt /*version-variable*
version4.txt version4.txt /*version4.txt*
version5.txt version5.txt /*version5.txt*
@@ -11566,6 +11572,7 @@ version8.txt version8.txt /*version8.txt*
version9.0 version9.txt /*version9.0*
version9.1 version9.txt /*version9.1*
version9.2 version9.txt /*version9.2*
+version9.3 version9.txt /*version9.3*
version9.txt version9.txt /*version9.txt*
versionlong-variable eval.txt /*versionlong-variable*
vi intro.txt /*vi*
@@ -11595,6 +11602,7 @@ vim-9 version9.txt /*vim-9*
vim-9.0 version9.txt /*vim-9.0*
vim-9.1 version9.txt /*vim-9.1*
vim-9.2 version9.txt /*vim-9.2*
+vim-9.3 version9.txt /*vim-9.3*
vim-additions vi_diff.txt /*vim-additions*
vim-announce intro.txt /*vim-announce*
vim-arguments starting.txt /*vim-arguments*
diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt
index 9938b87d5..d3362f6c8 100644
--- a/runtime/doc/version9.txt
+++ b/runtime/doc/version9.txt
@@ -1,4 +1,4 @@
-*version9.txt* For Vim version 9.2. Last change: 2026 Feb 14
+*version9.txt* For Vim version 9.2. Last change: 2026 Feb 16


VIM REFERENCE MANUAL by Bram Moolenaar
@@ -39,6 +39,11 @@ VERSION 9.2 |version-9.2|
Added |added-9.2|
Patches |patches-9.2|

+VERSION 9.3 |version-9.3|
+ Changed |changed-9.3|
+ Added |added-9.3|
+ Patches |patches-9.3|
+

See |vi_diff.txt| for an overview of differences between Vi and Vim 9.0.
See |version4.txt|, |version5.txt|, |version6.txt|, |version7.txt| and
@@ -41546,8 +41551,7 @@ Solution: re-generate them
==============================================================================
VERSION 9.2 *version-9.2* *version9.2* *vim-9.2*

-This section is about improvements made between version 9.1 and 9.2
-and is a work in progress.
+This section is about improvements made between version 9.1 and 9.2.

Vim9 script ~
-----------
@@ -41750,7 +41754,8 @@ Functions: ~
- |setqflist()| and |setloclist()| can optionally try to preserve the current
selection in the quickfix list with the "u" action.
- allow to pass local Vim script variables to python interpreter |py3eval()|
-- |getwininfo()| now also returns the "leftcol" property for a window
+- |getwininfo()| now also returns the "leftcol" and "status_height" properties
+ for a window
- |v:stacktrace| The stack trace of the exception most recently caught and
not finished
- Add the optional {opts} |Dict| argument to |getchar()| to control: cursor
@@ -52571,4 +52576,22 @@ Problem: [security]: Buffer overflow in netbeans special_keys() handling
Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
bounds.

+==============================================================================
+VERSION 9.3 *version-9.3* *version9.3* *vim-9.3*
+
+This section is about improvements made between version 9.2 and 9.3 and is
+work in progress.
+
+ *changed-9.3*
+Changed~
+-------
+
+ *added-9.3*
+Added ~
+-----
+
+==============================================================================
+PATCHES *patches-9.3* *bug-fixes-9.3*
+ *patches-after-9.2*
+
vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:nofoldenable
Reply all
Reply to author
Forward
0 new messages