diff src/version.c @ 19779:f3162c3ed128 v8.2.0446

patch 8.2.0446: listener with undo of deleting all lines not tested Commit: https://github.com/vim/vim/commit/a07e31af545b91925362854a48c42fee16dd8c28 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 25 21:13:46 2020 +0100 patch 8.2.0446: listener with undo of deleting all lines not tested Problem: Listener with undo of deleting all lines not tested. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Mar 2020 21:15:04 +0100
parents b245e974d42c
children cadb4c1bee6e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    446,
+/**/
     445,
 /**/
     444,