diff src/version.c @ 26189:36a1a04fcd9f v8.2.3626

patch 8.2.3626: "au! event" cannot be followed by another command Commit: https://github.com/vim/vim/commit/b8e642f7ace5382b4dacb7a8effd86f22b828cc1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 20 10:38:25 2021 +0000 patch 8.2.3626: "au! event" cannot be followed by another command Problem: "au!" and "au! event" cannot be followed by another command as documented. Solution: When a bar is found set nextcmd.
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Nov 2021 11:45:04 +0100
parents 8e92f01f7226
children 72c394673e00
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3626,
+/**/
     3625,
 /**/
     3624,