]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0319: insert mode completion does not respect 'backspace' v8.0.0319
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Feb 2017 16:37:03 +0000 (17:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Feb 2017 16:37:03 +0000 (17:37 +0100)
commit190b04cdd936f4696c22466b7f077f9371d96580
tree449a487f34d05e886a1515599c600694e659b9b0
parenta9f8ffb6345f5b246944c73b9861fcc53eaa5228
patch 8.0.0319: insert mode completion does not respect 'backspace'

Problem:    Insert mode completion does not respect "start" in 'backspace'.
Solution:   Check whether backspace can go before where insert started.
            (Hirohito Higashi)
src/edit.c
src/testdir/test_popup.vim
src/version.c