comparison runtime/doc/eval.txt @ 12060:a879814b8a37 v8.0.0910

patch 8.0.0910: cannot create a terminal in the current window commit https://github.com/vim/vim/commit/da43b61dddcf81439a6f1716956a4e8d9046e68f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 11 22:27:50 2017 +0200 patch 8.0.0910: cannot create a terminal in the current window Problem: Cannot create a terminal in the current window. Solution: Add option "curwin" and ++curwin.
author Christian Brabandt <cb@256bit.org>
date Fri, 11 Aug 2017 22:30:06 +0200
parents 0498547dace0
children f4e1e1e6886b
comparison
equal deleted inserted replaced
12059:4ee89f4c6b25 12060:a879814b8a37
8075 "term_rows" vertical size to use for the terminal, 8075 "term_rows" vertical size to use for the terminal,
8076 instead of using 'termsize' 8076 instead of using 'termsize'
8077 "term_cols" horizontal size to use for the terminal, 8077 "term_cols" horizontal size to use for the terminal,
8078 instead of using 'termsize' 8078 instead of using 'termsize'
8079 "vertical" split the window vertically 8079 "vertical" split the window vertically
8080 "curwin" use the current window, do not split the
8081 window; fails if the current buffer
8082 cannot be |abandon|ed
8080 "term_finish" What to do when the job is finished: 8083 "term_finish" What to do when the job is finished:
8081 "close": close any windows 8084 "close": close any windows
8082 "open": open window if needed 8085 "open": open window if needed
8083 Note that "open" can be interruptive. 8086 Note that "open" can be interruptive.
8084 See |term++close| and |term++open|. 8087 See |term++close| and |term++open|.