commit | 4e889f98e95ac05d7c8bd3ee933ab4d47820fdfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 21 19:36:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 21 19:36:12 2022 +0000 |
tree | 283ebbe59c424a9a0e9a061e70300fe94de49851 | |
parent | 7842761bbaa7965fa52b5e3eadf162bc7fa6cdb1 [diff] [blame] |
patch 8.2.4436: crash with weird 'vartabstop' value Problem: Crash with weird 'vartabstop' value. Solution: Check for running into the end of the line.
diff --git a/src/version.c b/src/version.c index 9e21411..6eae5e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4436, +/**/ 4435, /**/ 4434,