comparison src/version.c @ 11295:d772bf077b3f v8.0.0533

patch 8.0.0533: abbreviation doesn't work after backspacing newline commit https://github.com/vim/vim/commit/878c263a489b7e211eda31fa13a3d5ad9e120554 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 1 15:15:52 2017 +0200 patch 8.0.0533: abbreviation doesn't work after backspacing newline Problem: Abbreviation doesn't work after backspacing newline. (Hkonrk) Solution: Set the insert start column. (closes https://github.com/vim/vim/issues/1609)
author Christian Brabandt <cb@256bit.org>
date Sat, 01 Apr 2017 15:30:04 +0200
parents cb2040d45876
children 2db80d94107d
comparison
equal deleted inserted replaced
11294:6a79bcf55287 11295:d772bf077b3f
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 533,
767 /**/ 769 /**/
768 532, 770 532,
769 /**/ 771 /**/
770 531, 772 531,
771 /**/ 773 /**/