mirror of
https://github.com/neovim/neovim.git
synced 2026-03-02 06:12:24 +10:00
Problem: `:copen` opens at the bottom by switching to `lastwin`,
needlessly changing the window it inherits context from.
Solution: Use the `WSP_BOT` flag to `win_split()` to open at the bottom.