diff src/version.c @ 10859:64ccb8029e06 v8.0.0319

patch 8.0.0319: insert mode completion does not respect 'backspace' commit https://github.com/vim/vim/commit/190b04cdd936f4696c22466b7f077f9371d96580 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 9 17:37:03 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Feb 2017 17:45:03 +0100
parents 20d71d305d1c
children 7d82787b3020
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    319,
+/**/
     318,
 /**/
     317,