diff src/version.c @ 25711:d1457c3f156c v8.2.3391

patch 8.2.3391: crash with combination of 'linebreak' and other options Commit: https://github.com/vim/vim/commit/20e0c3d27bda770542c1c0e4c81fd6443c12f3a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 31 20:57:55 2021 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 31 Aug 2021 21:00:06 +0200
parents d5142d87f898
children 2eddbc3d83b9
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3391,
+/**/
     3390,
 /**/
     3389,