]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1277: tests: trailing comment char in test_popupwin v9.1.1277
authorDoug Kearns <dougkearns@gmail.com>
Sat, 5 Apr 2025 13:51:26 +0000 (15:51 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 5 Apr 2025 13:51:26 +0000 (15:51 +0200)
commitd84cbdb5a36e14913f16621cd78c1d5a9baac53e
tree67919c1bbd92eef9c299cb951291a186919f0b0c
parent9aa120f7ada592ed03b37f4de8ee413c5385f123
patch 9.1.1277: tests: trailing comment char in test_popupwin

Problem:  tests: trailing comment char in test_popupwin
Solution: remove crufty tail comment (Doug Kearns)

Remove a crufty tail comment from Test_popup_with_border_and_padding().
The line used to be in a string list and the closing quote and comma
persist.

closes: #17058

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_popupwin.vim
src/version.c