]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0042 v8.0.0042
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Oct 2016 18:47:02 +0000 (20:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Oct 2016 18:47:02 +0000 (20:47 +0200)
commitcbd3bd6cbed5baf418b037b17ad46e339ff59174
tree67dfc5f3df411644c14127d4d19a2ec1889a1c3e
parent869e35270ecffd9024958880cb03f6f0bb01ea93
patch 8.0.0042
Problem:    When using Insert mode completion with 'completeopt' containing
            "noinsert" change is not saved for undo.  (Tommy Allen)
Solution:   Call stop_arrow() before inserting for pressing Enter.
src/edit.c
src/testdir/test_popup.vim
src/version.c