]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0043 v8.0.0043
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Oct 2016 11:06:41 +0000 (13:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Oct 2016 11:06:41 +0000 (13:06 +0200)
commit9ec7fa82a2c4f0283862ed704c2940959e6130ee
treea4cda9c0f003b8283a8625f245bc4964087e28bb
parentcbd3bd6cbed5baf418b037b17ad46e339ff59174
patch 8.0.0043
Problem:    When using Insert mode completion with 'completeopt' containing
            "noinsert" with CTRL-N the change is not saved for undo.  (Tommy
            Allen)
Solution:   Call stop_arrow() before inserting for any key.
src/edit.c
src/testdir/test_popup.vim
src/version.c