mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 02:17:09 +10: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>