]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Update version9.txt, update the description of getwininfo()
authorHirohito Higashi <h.east.727@gmail.com>
Sun, 15 Feb 2026 18:09:36 +0000 (18:09 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 15 Feb 2026 18:11:45 +0000 (18:11 +0000)
closes: #19424

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/tags
runtime/doc/version9.txt

index df9bfa2bd4094f2ce2b8318a7ca229ef7bdbbcc0..b041d00a38d7a035a43fa7db448f38de136844a6 100644 (file)
@@ -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*
index 9938b87d561c5802bbb5486bb48e1f6346ccb34c..d3362f6c84182c59008a447f042e1df12538008c 100644 (file)
@@ -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