commit | 20e0c3d27bda770542c1c0e4c81fd6443c12f3a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 31 20:57:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 31 20:57:55 2021 +0200 |
tree | e1acfa0741e06522436742a3247f22efaf10134c | |
parent | ba02e4720f863fdb456e7023520f0a354eec0dcf [diff] [blame] |
patch 8.2.3391: crash with combination of 'linebreak' and other options Problem: Crash with combination of 'linebreak' and other options. Solution: Avoid n_extra to become negative. (Christian Brabandt, closes #8817)
diff --git a/src/version.c b/src/version.c index ce649e0..b574d5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3391, +/**/ 3390, /**/ 3389,