commit | 6cd57d44669c02af9195f5601b882edd435b47e8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 23:08:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 23:08:14 2019 +0200 |
tree | 47ef797854d96173a8ba1f9403f8d5823eb91b23 | |
parent | 3c8ee629745737aa231fdd123826ae021e398e49 [diff] [blame] |
patch 8.1.1805: au_did_filetype is declared twice Problem: Au_did_filetype is declared twice. Solution: Remove it from autocmd.c. (closes #4767)
diff --git a/src/version.c b/src/version.c index d249d85..e2ebd89 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1805, +/**/ 1804, /**/ 1803,