mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00

Make `:Sexplore` / `:Hexplore` / `:Vexplore` commands honor the user
`&split{right,below}` settings (or netrw-specific `g:netrw_alt{o,v}`)
instead of hardcoding a split direction. Similarly, update banged
variants of the two latter commands to follow the inverted preference.
closes: vim/vim#15417
c527d90fae
Co-authored-by: Ivan Shapovalov <intelfx@intelfx.name>