]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2117 v7.4.2117
authorBram Moolenaar <Bram@vim.org>
Fri, 29 Jul 2016 18:50:24 +0000 (20:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 29 Jul 2016 18:50:24 +0000 (20:50 +0200)
commitf2c4c391192cab6e923b1a418d4af09106fba25f
tree1c69ea6af26f59be1e76ffaab14fbd8cfd8d7f16
parentc73e4474b1f1b5b18a8d504eec5305e0c77981f7
patch 7.4.2117
Problem:    Deleting an augroup that still has autocmds does not give a
            warning.  The next defined augroup takes its place.
Solution:   Give a warning and prevent the index being used for another group
            name.
src/fileio.c
src/testdir/test_autocmd.vim
src/version.c