]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2300 v7.4.2300
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2016 14:21:48 +0000 (16:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2016 14:21:48 +0000 (16:21 +0200)
commit5c80908ced601be6db7554a147cdb0f98ac8daa1
tree1a569dd71db8795b0fe21f661c9623946b12a8ef
parent04c4ce650f9e533cd35b2aa6803f4d354d3ec7aa
patch 7.4.2300
Problem:    Get warning for deleting autocommand group when the autocommand
            using the group is scheduled for deletion. (Pavol Juhas)
Solution:   Check for deleted autocommand.
src/fileio.c
src/testdir/test_autocmd.vim
src/version.c