Re-add support for the :browse command modifier

This commit is contained in:
James McCoy
2016-08-11 09:32:47 -04:00
parent 521ca58ff9
commit b805a71495
2 changed files with 3 additions and 1 deletions

View File

@@ -1313,8 +1313,9 @@ static char_u * do_one_cmd(char_u **cmdlinep,
case 'b': if (checkforcmd(&ea.cmd, "belowright", 3)) {
cmdmod.split |= WSP_BELOW;
continue;
}
}
if (checkforcmd(&ea.cmd, "browse", 3)) {
cmdmod.browse = true;
continue;
}
if (!checkforcmd(&ea.cmd, "botright", 2))