comparison src/ex_cmds.h @ 12192:6947d5bcf57f v8.0.0976

patch 8.0.0976: cannot send lines to a terminal job commit https://github.com/vim/vim/commit/b241208a13d3e9def36d749b1e824ae694aa85f8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 20 18:09:14 2017 +0200 patch 8.0.0976: cannot send lines to a terminal job Problem: Cannot send lines to a terminal job. Solution: Make [range]terminal send selected lines to the job. Use ++rows and ++cols for the terminal size.
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2017 18:15:04 +0200
parents a879814b8a37
children dfb8254aa735
comparison
equal deleted inserted replaced
12191:fee055edaaef 12192:6947d5bcf57f
1482 ADDR_LINES), 1482 ADDR_LINES),
1483 EX(CMD_tearoff, "tearoff", ex_tearoff, 1483 EX(CMD_tearoff, "tearoff", ex_tearoff,
1484 NEEDARG|EXTRA|TRLBAR|NOTRLCOM|CMDWIN, 1484 NEEDARG|EXTRA|TRLBAR|NOTRLCOM|CMDWIN,
1485 ADDR_LINES), 1485 ADDR_LINES),
1486 EX(CMD_terminal, "terminal", ex_terminal, 1486 EX(CMD_terminal, "terminal", ex_terminal,
1487 RANGE|NOTADR|BANG|FILES|TRLBAR|CMDWIN, 1487 RANGE|BANG|FILES|TRLBAR|CMDWIN,
1488 ADDR_OTHER), 1488 ADDR_LINES),
1489 EX(CMD_tfirst, "tfirst", ex_tag, 1489 EX(CMD_tfirst, "tfirst", ex_tag,
1490 RANGE|NOTADR|BANG|TRLBAR|ZEROR, 1490 RANGE|NOTADR|BANG|TRLBAR|ZEROR,
1491 ADDR_LINES), 1491 ADDR_LINES),
1492 EX(CMD_throw, "throw", ex_throw, 1492 EX(CMD_throw, "throw", ex_throw,
1493 EXTRA|NEEDARG|SBOXOK|CMDWIN, 1493 EXTRA|NEEDARG|SBOXOK|CMDWIN,