diff src/version.c @ 18755:a0be066d0b48 v8.1.2367

patch 8.1.2367: registers are not sufficiently tested Commit: https://github.com/vim/vim/commit/71136db1bfbc67c2e55f8070cdf0a241c643e45b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 19:48:46 2019 +0100 patch 8.1.2367: registers are not sufficiently tested Problem: Registers are not sufficiently tested. Solution: Add a few more test cases. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5288)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 20:00:03 +0100
parents 6e3dc2d630c2
children c469e1930456
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2367,
+/**/
     2366,
 /**/
     2365,