]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0599: Termdebug: still get E1023 when specifying arguments v9.1.0599
authorzeertzjq <zeertzjq@outlook.com>
Thu, 18 Jul 2024 18:35:42 +0000 (20:35 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 18 Jul 2024 18:35:42 +0000 (20:35 +0200)
commitaef6179bcf04918002103528651996c754c03840
treea8f4669bf4280cb692d4bc8d8277011a7dd85add
parent4266daae1714b6770a4e20b0017d0da65ee3b346
patch 9.1.0599: Termdebug: still get E1023 when specifying arguments

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

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
src/testdir/test_termdebug.vim
src/version.c