mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
Re-add support for the :browse command modifier
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user