|
1 | | -*terminal.txt* For Vim version 9.1. Last change: 2026 Jan 18 |
| 1 | +*terminal.txt* For Vim version 9.1. Last change: 2026 Feb 06 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -525,10 +525,12 @@ term_dumpdiff({filename}, {filename} [, {options}]) |
525 | 525 | of the first file name. |
526 | 526 | "term_rows" vertical size to use for the terminal, |
527 | 527 | instead of using 'termwinsize', but |
528 | | - respecting the minimal size |
| 528 | + respecting the minimal size; valid range |
| 529 | + is from 0 to 1000 |
529 | 530 | "term_cols" horizontal size to use for the terminal, |
530 | 531 | instead of using 'termwinsize', but |
531 | | - respecting the minimal size |
| 532 | + respecting the minimal size; valid range |
| 533 | + is from 0 to 1000 |
532 | 534 | "vertical" split the window vertically |
533 | 535 | "curwin" use the current window, do not split the |
534 | 536 | window; fails if the current buffer |
@@ -951,9 +953,10 @@ term_start({cmd} [, {options}]) *term_start()* |
951 | 953 | of the command name. |
952 | 954 | "term_rows" vertical size to use for the terminal, |
953 | 955 | instead of using 'termwinsize'; valid |
954 | | - range is from zero to 1000 |
| 956 | + range is from 0 to 1000 |
955 | 957 | "term_cols" horizontal size to use for the terminal, |
956 | | - instead of using 'termwinsize' |
| 958 | + instead of using 'termwinsize'; valid |
| 959 | + range is from 0 to 1000 |
957 | 960 | "vertical" split the window vertically; note that |
958 | 961 | other window position can be defined with |
959 | 962 | command modifiers, such as |:belowright|. |
|
0 commit comments