]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(netrw): honor `g:netrw_alt{o,v}` for `:{S,H,V}explore`
authorIvan Shapovalov <intelfx@intelfx.name>
Fri, 2 Aug 2024 17:43:12 +0000 (19:43 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 2 Aug 2024 17:43:12 +0000 (19:43 +0200)
commitc527d90fae7210d6dc5cbdf7507f26a32455149b
treec1744ac2faa352b02fcc41accf9b69cda9a3f062
parentb9de1a057f9a0b6de6f64a9c1b2078c7069cdd7d
runtime(netrw): honor `g:netrw_alt{o,v}` for `:{S,H,V}explore`

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: #15417

Signed-off-by: Ivan Shapovalov <intelfx@intelfx.name>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/netrw.vim