comparison runtime/doc/terminal.txt @ 22171:d4c7b3e9cd17

Update runtime files. Commit: https://github.com/vim/vim/commit/1c6737b20a5cf71751b180461cea22fc76d8870c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 7 22:18:52 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Sep 2020 22:30:04 +0200
parents 661eb972cb22
children e7c125224b1a
comparison
equal deleted inserted replaced
22170:ac11f9fee87a 22171:d4c7b3e9cd17
1 *terminal.txt* For Vim version 8.2. Last change: 2020 Jun 06 1 *terminal.txt* For Vim version 8.2. Last change: 2020 Sep 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
474 If the {options} argument is present, it must be a Dict with 474 If the {options} argument is present, it must be a Dict with
475 these possible members: 475 these possible members:
476 "term_name" name to use for the buffer name, instead 476 "term_name" name to use for the buffer name, instead
477 of the first file name. 477 of the first file name.
478 "term_rows" vertical size to use for the terminal, 478 "term_rows" vertical size to use for the terminal,
479 instead of using 'termwinsize' 479 instead of using 'termwinsize', but
480 respecting the minimal size
480 "term_cols" horizontal size to use for the terminal, 481 "term_cols" horizontal size to use for the terminal,
481 instead of using 'termwinsize' 482 instead of using 'termwinsize', but
483 respecting the minimal size
482 "vertical" split the window vertically 484 "vertical" split the window vertically
483 "curwin" use the current window, do not split the 485 "curwin" use the current window, do not split the
484 window; fails if the current buffer 486 window; fails if the current buffer
485 cannot be |abandon|ed 487 cannot be |abandon|ed
486 "bufnr" do not create a new buffer, use the 488 "bufnr" do not create a new buffer, use the