comparison src/version.c @ 10684:83a36d655a74 v8.0.0232

patch 8.0.0232: paste does not work when 'esckeys' is off commit https://github.com/vim/vim/commit/48c9f3b123364f368472564a66a9b71dc383558b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 24 19:08:15 2017 +0100 patch 8.0.0232: paste does not work when 'esckeys' is off Problem: Pasting in Insert mode does not work when bracketed paste is used and 'esckeys' is off. Solution: When 'esckeys' is off disable bracketed paste in Insert mode.
author Christian Brabandt <cb@256bit.org>
date Tue, 24 Jan 2017 19:15:04 +0100
parents d564e73ff9ee
children 23ada4caa13b
comparison
equal deleted inserted replaced
10683:f31f82e3f06c 10684:83a36d655a74
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 232,
767 /**/ 769 /**/
768 231, 770 231,
769 /**/ 771 /**/
770 230, 772 230,
771 /**/ 773 /**/