comparison 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
comparison
equal deleted inserted replaced
26188:e93ac00a5491 26189:36a1a04fcd9f
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3626,
760 /**/ 762 /**/
761 3625, 763 3625,
762 /**/ 764 /**/
763 3624, 765 3624,
764 /**/ 766 /**/