comparison src/version.c @ 9653:01c9630e80e0 v7.4.2103

commit https://github.com/vim/vim/commit/e99e84497b89e5f91df519790802770920ecf4fe Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 26 20:43:40 2016 +0200 patch 7.4.2103 Problem: Can't have "augroup END" right after ":au!". Solution: Check for the bar character before the command argument.
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Jul 2016 20:45:06 +0200
parents fe665dae7197
children f1920505bc16
comparison
equal deleted inserted replaced
9652:1869038e346b 9653:01c9630e80e0
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 2103,
761 /**/ 763 /**/
762 2102, 764 2102,
763 /**/ 765 /**/
764 2101, 766 2101,
765 /**/ 767 /**/