commit | 69ea587289b03e23a9fb96adffd6e8173cbc5896 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 25 20:29:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 25 20:29:00 2019 +0200 |
tree | 93a99535f8d5091a5fd9e3735bdce6ae3560eece | |
parent | c2d09c9f2ce487a6971af9306e382d7b38805456 [diff] [blame] |
patch 8.1.1203: some autocmd tests are old style Problem: Some autocmd tests are old style. Solution: Turn the tests into new style. (Yegappan Lakshmanan, closes #4295)
diff --git a/src/version.c b/src/version.c index f865c3d..2b90f01 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1203, +/**/ 1202, /**/ 1201,