]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1805: au_did_filetype is declared twice v8.1.1805
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Aug 2019 21:08:14 +0000 (23:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Aug 2019 21:08:14 +0000 (23:08 +0200)
commit6cd57d44669c02af9195f5601b882edd435b47e8
tree47ef797854d96173a8ba1f9403f8d5823eb91b23
parent3c8ee629745737aa231fdd123826ae021e398e49
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)
src/autocmd.c
src/globals.h
src/version.c