comparison 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
comparison
equal deleted inserted replaced
10858:c2b6fecdbb04 10859:64ccb8029e06
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 319,
767 /**/ 769 /**/
768 318, 770 318,
769 /**/ 771 /**/
770 317, 772 317,
771 /**/ 773 /**/