commit | 2b6185287adf53343ed5f49e967ae402c64063e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 13:26:03 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 13:26:03 2019 +0100 |
tree | c20885e2be00d5dcf7bcfd9cff1c2aee966a4de7 | |
parent | c3c3158756ae074052b0db2a3e3a7ba192df5330 [diff] [blame] |
patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost Problem: There is a SourcePre autocommand event but not a SourcePost. Solution: Add the SourcePost autocommand event. (closes #3739)
diff --git a/src/version.c b/src/version.c index 8ef6660..118a867 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 729, +/**/ 728, /**/ 727,