comparison runtime/doc/terminal.txt @ 14637:0ecb909e3249

Update runtime files. commit https://github.com/vim/vim/commit/fc65cabb15d0236bce001ad78e12a40511caf941 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 28 22:58:02 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 28 Aug 2018 23:00:08 +0200
parents 5c5908e81e93
children b178e2039b2d
comparison
equal deleted inserted replaced
14636:91eef21ff090 14637:0ecb909e3249
226 codes can be used like with `:map`, 226 codes can be used like with `:map`,
227 e.g. "<C-Z>" for CTRL-Z. 227 e.g. "<C-Z>" for CTRL-Z.
228 228
229 If you want to use more options use the |term_start()| 229 If you want to use more options use the |term_start()|
230 function. 230 function.
231 If you want to split the window vertically, use: >
232 :vertical terminal
233 < Or short: >
234 :vert ter
231 235
232 When the buffer associated with the terminal is forcibly unloaded or wiped out 236 When the buffer associated with the terminal is forcibly unloaded or wiped out
233 the job is killed, similar to calling `job_stop(job, "kill")` . 237 the job is killed, similar to calling `job_stop(job, "kill")` .
234 Closing the window normally results in |E947|. When a kill method was set 238 Closing the window normally results in |E947|. When a kill method was set
235 with "++kill={how}" or |term_setkill()| then closing the window will use that 239 with "++kill={how}" or |term_setkill()| then closing the window will use that