Files
vim-mirror/runtime/doc
Kalin KOZHUHAROV f73bd2546e runtime(doc): clarify term_cols allowed range in terminal.txt
Patch 9.0.1527 (related issue: vim/vim#12362) introduced range checking
for `term_cols` parameter of the various terminal related functions, but
did not update the documentation. This is the fix, hopefully I found
everything that mentions is. Also improve the style for `term_rows` to
match.

Code reference ( https://github.com/vim/vim/blob/master/src/job.c#L456 ):
	if (opt->jo_term_cols < 0 || opt->jo_term_cols > 1000)

closes: #19346

Signed-off-by: Kalin Kozhuharov <kalin@thinrope.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2026-02-06 14:55:12 +00:00
..
2024-08-20 19:57:00 +02:00
2025-08-10 10:28:16 +02:00
2025-08-10 10:28:16 +02:00
2025-08-10 10:28:16 +02:00
2026-02-06 09:44:56 +00:00
2025-10-12 15:31:37 +00:00
2025-10-07 19:19:43 +00:00
2024-08-20 19:57:00 +02:00
2024-09-17 19:12:03 +02:00
2024-09-17 19:03:16 +02:00