diff src/version.c @ 18902:b24648ebcbc9 v8.2.0012

patch 8.2.0012: some undo functionality is not tested Commit: https://github.com/vim/vim/commit/559b9c68fe550f3af63d42e0838622aab1ceb1b3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 15 18:09:19 2019 +0100 patch 8.2.0012: some undo functionality is not tested Problem: Some undo functionality is not tested. Solution: Add a few more test cases. (Dominique Pelle, closes https://github.com/vim/vim/issues/5364)
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Dec 2019 18:15:03 +0100
parents a9c47c623f4a
children 2bdc2e1f6e1f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    12,
+/**/
     11,
 /**/
     10,