mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 05:48:17 +00:00

Problem: Termdebug: still get E1023 when specifying arguments and using
a prompt buffer.
Solution: Use empty() instead of len(). Add a test. Fix wrong order of
arguments to assert_equal() in Test_termdebug_basic().
(zeertzjq)
closes: vim/vim#15288
aef6179bcf