vim-patch:8.0.0900: :tab options doesn't open a new tab page

Problem:    :tab options doesn't open a new tab page. (Aviany)
Solution:   Support the :tab modifier. (closes vim/vim#1960)
ab6c8587ba
This commit is contained in:
Jan Edmund Lazo
2018-08-24 22:06:37 -04:00
parent c0157e8fe0
commit 13f028e416
2 changed files with 9 additions and 11 deletions

View File

@@ -2728,6 +2728,7 @@ void ex_packadd(exarg_T *eap)
/// ":options"
void ex_options(exarg_T *eap)
{
vim_setenv("OPTWIN_CMD", cmdmod.tab ? "tab" : "");
cmd_source((char_u *)SYS_OPTWIN_FILE, NULL);
}