diff runtime/doc/terminal.txt @ 26113:c421c9599d83 v8.2.3589

patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value Commit: https://github.com/vim/vim/commit/5300be620c77950caa5296019408ee02e60097e8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 13 10:27:40 2021 +0000 patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value Problem: Failure when the "term_rows" argument of term_start() is an unusual value. Solution: Limit to range of zero to 1000. (closes #9116)
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Nov 2021 11:30:05 +0100
parents 1266292376c7
children 624439a39432
line wrap: on
line diff
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -871,7 +871,8 @@ term_start({cmd} [, {options}])			*term_
 		   "term_name"	     name to use for the buffer name, instead
 				     of the command name.
 		   "term_rows"	     vertical size to use for the terminal,
-				     instead of using 'termwinsize'
+				     instead of using 'termwinsize'; valid
+				     range is from zero to 1000
 		   "term_cols"	     horizontal size to use for the terminal,
 				     instead of using 'termwinsize'
 		   "vertical"	     split the window vertically; note that