mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
Give priority to (placement) command modifiers, specifically `:vertical`, `:horizontal` and `:tab`, ahead of `g:ft_man_open_mode`, so that if the user says e.g. `:vert Man`, Vim does the expected thing. closes: #15117 Signed-off-by: Ivan Shapovalov <intelfx@intelfx.name> Signed-off-by: Christian Brabandt <cb@256bit.org>