commit | 190b04cdd936f4696c22466b7f077f9371d96580 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 17:37:03 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 09 17:37:03 2017 +0100 |
tree | 449a487f34d05e886a1515599c600694e659b9b0 | |
parent | a9f8ffb6345f5b246944c73b9861fcc53eaa5228 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 1448e98..09680b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 319, +/**/ 318, /**/ 317,