comparison src/version.c @ 10916:503b28f0a974 v8.0.0347

patch 8.0.0347: when using completion comment leader wont work commit https://github.com/vim/vim/commit/d099e033703ce0772f152b8df8a763f0b65303ee Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 21 23:00:36 2017 +0100 patch 8.0.0347: when using completion comment leader wont work Problem: When using CTRL-X CTRL-U inside a comment, the use of the comment leader may not work. (Klement) Solution: Save and restore did_ai. (Christian Brabandt, closes #1494)
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Feb 2017 23:15:04 +0100
parents 3b0924353019
children a0c2c6d51b1a
comparison
equal deleted inserted replaced
10915:b8a3d6f54e15 10916:503b28f0a974
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 347,
767 /**/ 769 /**/
768 346, 770 346,
769 /**/ 771 /**/
770 345, 772 345,
771 /**/ 773 /**/