commit | a9aa86ff951b7908b615a61a0e216901b96bc0eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 21:25:45 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 21:25:45 2019 +0100 |
tree | 08cd5d54423dd29aea6869d232bafacdee55c6c2 | |
parent | c8234779790dd873acb88331c50988adf94cc383 [diff] [blame] |
patch 8.1.2290: autocommand test fails Problem: Autocommand test fails. Solution: Remove 'closeoff' from 'diffopt'.
diff --git a/src/version.c b/src/version.c index 205f2dc..da05b0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2290, +/**/ 2289, /**/ 2288,