commit | f2588b6fc90ba85b333ee8f747e8d1ebbc7e6300 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri May 05 17:22:35 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 05 17:22:35 2023 +0100 |
tree | 142e00651437bdb74363840e61ac0bb7865dcfa3 | |
parent | 53f5e51628b56ef9171671cd6e9970374036a084 [diff] [blame] |
patch 9.0.1508: catch does not work when lines are joined with a newline Problem: Catch does not work when lines are joined with a newline. Solution: Set "nextcmd" appropriately. (closes #12348)
diff --git a/src/version.c b/src/version.c index 5db46d8..5906b9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1508, +/**/ 1507, /**/ 1506,