commit | 5b10a140983c16140d69a214494c4b8af8b34763 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Sun Apr 30 19:15:30 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 30 19:15:30 2023 +0100 |
tree | d4b64a67af98fe4b5552ef8c70ecc9b493770a82 | |
parent | 3ef2e41128bbe372f4e4535429ffa4770f572623 [diff] [blame] |
patch 9.0.1502: no test for deleting the end of a long wrapped line Problem: No test for deleting the end of a long wrapped line. Solution: Add a test to check the right text is displayed. (Luuk van Baal, closes #12318)
diff --git a/src/version.c b/src/version.c index 5934272..47b38cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1502, +/**/ 1501, /**/ 1500,