commit | acd4c5e914f8a06745624ba585f3d06d5faf4ddd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 22 19:39:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 22 19:39:03 2020 +0200 |
tree | 4fd4e839a3565bb367050beb06e4fa0a9babd7f8 | |
parent | 373c65104e0991724cb57910dfb3e5c276e2d7e7 [diff] [blame] |
patch 8.2.1037: Vim9: crash when using line continuation inside :def Problem: Vim9: crash when using line continuation inside :def. Solution: Check for no more lines available.
diff --git a/src/version.c b/src/version.c index 42c03d0..43b1010 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1037, +/**/ 1036, /**/ 1035,