commit | aace21581345aa51c09d809ab3744a943a71c879 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 05 16:23:10 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 05 16:23:10 2017 +0100 |
tree | 4c3ebeb17c14454215f965cadbfe1606c6710d93 | |
parent | 3bf8c3c38ff0d24047e2f2979c07a349fb89e557 [diff] [blame] |
patch 8.0.1269: effect of autocommands on marks is not tested Problem: Effect of autocommands on marks is not tested. Solution: Add a couple of tests. (James McCoy, closes #2271)
diff --git a/src/version.c b/src/version.c index 2076aed..5f198f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1269, +/**/ 1268, /**/ 1267,