runtime(doc): update option type of 'termresize' option (after v9.2.0139)
Commit:
https://github.com/vim/vim/commit/3c15945337e6c71648565b8aa09a1caea1aa6195
Author: Christian Brabandt <
c...@256bit.org>
Date: Wed Mar 11 21:46:27 2026 +0000
runtime(doc): update option type of 'termresize' option (after v9.2.0139)
as reported by: Antonio Giovanni Colombo <
azc...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 7131e7efa..bc4c68abe 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 9.2. Last change: 2026 Mar 11
+*options.txt* For Vim version 9.2. Last change: 2026 Mar 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -9096,8 +9096,8 @@ A jump table for the options with a short description can be found at |Q_op|.
<
NOTE: This option is reset when 'compatible' is set.
- *'termresize* *'trz'*
-'termresize' 'trz' number (default "")
+ *'termresize'* *'trz'*
+'termresize' 'trz' string (default "")
global
{only available in Unix, does not work in the GUI}
Determines the method to use for detecting window resize events,
diff --git a/runtime/doc/tags b/runtime/doc/tags
index 4fe69bace..723880e1b 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -1237,7 +1237,7 @@ $quote eval.txt /*$quote*
'termbidi' options.txt /*'termbidi'*
'termencoding' options.txt /*'termencoding'*
'termguicolors' options.txt /*'termguicolors'*
-'termresize options.txt /*'termresize*
+'termresize' options.txt /*'termresize'*
'termsync' options.txt /*'termsync'*
'termwinkey' options.txt /*'termwinkey'*
'termwinscroll' options.txt /*'termwinscroll'*