comparison 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
comparison
equal deleted inserted replaced
25710:3d6603826015 25711:d1457c3f156c
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3391,
758 /**/ 760 /**/
759 3390, 761 3390,
760 /**/ 762 /**/
761 3389, 763 3389,
762 /**/ 764 /**/