comparison src/ex_cmds.h @ 16427:8c3a1bd270bb v8.1.1218

patch 8.1.1218: cannot set a directory for a tab page commit https://github.com/vim/vim/commit/00aa069db8132851a91cfc5ca7f58ef945c75c73 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 27 20:37:57 2019 +0200 patch 8.1.1218: cannot set a directory for a tab page Problem: Cannot set a directory for a tab page. Solution: Add the tab-local directory. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4212)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Apr 2019 20:45:05 +0200
parents 5b5c5daf57de
children 854fb0ad4be6
comparison
equal deleted inserted replaced
16426:21cad471f04a 16427:8c3a1bd270bb
1477 TRLBAR, 1477 TRLBAR,
1478 ADDR_TABS), 1478 ADDR_TABS),
1479 EX(CMD_tabs, "tabs", ex_tabs, 1479 EX(CMD_tabs, "tabs", ex_tabs,
1480 TRLBAR|CMDWIN, 1480 TRLBAR|CMDWIN,
1481 ADDR_TABS), 1481 ADDR_TABS),
1482 EX(CMD_tcd, "tcd", ex_cd,
1483 BANG|FILE1|TRLBAR|CMDWIN,
1484 ADDR_OTHER),
1485 EX(CMD_tchdir, "tchdir", ex_cd,
1486 BANG|FILE1|TRLBAR|CMDWIN,
1487 ADDR_OTHER),
1482 EX(CMD_tcl, "tcl", ex_tcl, 1488 EX(CMD_tcl, "tcl", ex_tcl,
1483 RANGE|EXTRA|NEEDARG|CMDWIN|RESTRICT, 1489 RANGE|EXTRA|NEEDARG|CMDWIN|RESTRICT,
1484 ADDR_LINES), 1490 ADDR_LINES),
1485 EX(CMD_tcldo, "tcldo", ex_tcldo, 1491 EX(CMD_tcldo, "tcldo", ex_tcldo,
1486 RANGE|DFLALL|EXTRA|NEEDARG|CMDWIN|RESTRICT, 1492 RANGE|DFLALL|EXTRA|NEEDARG|CMDWIN|RESTRICT,