1
0
forked from aniani/vim

patch 7.4.2103

Problem:    Can't have "augroup END" right after ":au!".
Solution:   Check for the bar character before the command argument.
This commit is contained in:
Bram Moolenaar
2016-07-26 20:43:40 +02:00
parent 45a249513f
commit e99e84497b
4 changed files with 112 additions and 58 deletions

View File

@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2103,
/**/
2102,
/**/