comparison src/version.c @ 11368:253e66dd1428 v8.0.0569

patch 8.0.0569: bracketed paste is still enabled in a shell command commit https://github.com/vim/vim/commit/62cf09b5dcb9a04b8e4f5e6cf3b14a787758e1a2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 20 19:44:09 2017 +0200 patch 8.0.0569: bracketed paste is still enabled in a shell command Problem: Bracketed paste is still enabled when executing a shell command. (Michael Smith) Solution: Disable brackted paste when going into cooked mode. (closes #1638)
author Christian Brabandt <cb@256bit.org>
date Thu, 20 Apr 2017 19:45:04 +0200
parents b16bc115a270
children e11d5966b822
comparison
equal deleted inserted replaced
11367:7a5c99db288b 11368:253e66dd1428
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 569,
767 /**/ 769 /**/
768 568, 770 568,
769 /**/ 771 /**/
770 567, 772 567,
771 /**/ 773 /**/