]> granicus.if.org Git - vim/commit
patch 8.0.0041 v8.0.0041
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Oct 2016 13:35:47 +0000 (15:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Oct 2016 13:35:47 +0000 (15:35 +0200)
commit869e35270ecffd9024958880cb03f6f0bb01ea93
treeda022669c9ecf5145ffce0963fa53984fda22c17
parent8507747600bddfd6a68aed057840856bf5548e61
patch 8.0.0041
Problem:    When using Insert mode completion but not actually inserting
            anything an undo item is still created. (Tommy Allen)
Solution:   Do not call stop_arrow() when not inserting anything.
src/edit.c
src/testdir/test_popup.vim
src/version.c