]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2304 v7.4.2304
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2016 19:26:20 +0000 (21:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2016 19:26:20 +0000 (21:26 +0200)
commit417ccd7138d4d230d328de8b0d3892dd82ff1bee
tree9dbbb0b04dd9a3eba03b1d949348d1616b878aef
parent779f2fc3a7468e273897d2fd0672315812a2e3da
patch 7.4.2304
Problem:    In a timer callback the timer itself can't be found or stopped.
            (Thinca)
Solution:   Do not remove the timer from the list, remember whether it was
            freed.
src/ex_cmds2.c
src/testdir/test_timers.vim
src/version.c