diff src/version.c @ 23374:1371e21fdc3d v8.2.2230

patch 8.2.2230: Vim9: insert completion runs into error Commit: https://github.com/vim/vim/commit/179eb567b15a2ed5cf25b45d95d06c7a729d50bc Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 27 18:03:22 2020 +0100 patch 8.2.2230: Vim9: insert completion runs into error Problem: Vim9: insert completion runs into error. Solution: Insert colon before range. (closes https://github.com/vim/vim/issues/7556)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Dec 2020 18:15:03 +0100
parents 86d155b29dd7
children 0d79d18f1c69
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2230,
+/**/
     2229,
 /**/
     2228,