mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0205
This commit is contained in:
@@ -1983,7 +1983,8 @@ do_argfile(eap, argn)
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_WINDOWS
|
||||
if (*eap->cmd == 's') /* split window first */
|
||||
/* split window or create new tab page first */
|
||||
if (*eap->cmd == 's' || cmdmod.tab != 0)
|
||||
{
|
||||
if (win_split(0, 0) == FAIL)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user