mirror of
https://github.com/neovim/neovim.git
synced 2025-12-02 23:13:01 +00:00
Problem: :drop tries to :rewind the argumentlist, which results in E37
(after v9.1.0046)
Solution: instead of calling ex_rewind(), call open_buffer() only when
re-using the initial empty buffer
fixes: vim/vim#14219
closes: vim/vim#14220
978178823b
Co-authored-by: Christian Brabandt <cb@256bit.org>