commit | e99e84497b89e5f91df519790802770920ecf4fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 20:43:40 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 20:43:40 2016 +0200 |
tree | 00b7113a373bf2346efb361cd36aced5ecf3ccdd | |
parent | 45a249513f5ed2de0a6f6b5cb6e32015e35644be [diff] [blame] |
patch 7.4.2103 Problem: Can't have "augroup END" right after ":au!". Solution: Check for the bar character before the command argument.
diff --git a/src/version.c b/src/version.c index 041228e..8902c9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2103, +/**/ 2102, /**/ 2101,