commit | 40a019f157c549dcdc17c33f082975485567bb06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 17 21:41:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 17 21:41:35 2020 +0200 |
tree | a69ca826b3d6eb9757a8c3006e5b7c526c9242c7 | |
parent | e17f8817a1713a1ef20257c777a483b7ab57a841 [diff] [blame] |
patch 8.2.0996: using "aucmdwin" in win_gettype() is not ideal Problem: Using "aucmdwin" in win_gettype() is not ideal. Solution: Rename to "autocmd".
diff --git a/src/version.c b/src/version.c index 509ef22..f46bb47 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 996, +/**/ 995, /**/ 994,