commit | 95dbcbea6d85a5b79d9617ab3863458fdf0217a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 27 21:01:34 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 27 21:01:34 2018 +0100 |
tree | 865904c3b8a00001192b1b3f870a9c2b01304063 | |
parent | 2ec364e94dbc080ccdf6c5dfc6f1653b5b7ded64 [diff] [blame] |
patch 8.0.1433: illegal memory access after undo Problem: Illegal memory access after undo. (Dominique Pelle) Solution: Avoid the column becomes negative. (Christian Brabandt, closes #2533)
diff --git a/src/version.c b/src/version.c index 2a3460e..6ebb01a 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1433, +/**/ 1432, /**/ 1431,