comparison src/version.c @ 12845:15696054bc6c v8.0.1299

patch 8.0.1299: bracketed paste does not work well in terminal window commit https://github.com/vim/vim/commit/a42ad57e481d6ed9c34c80c99bd0512d4660515b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 16 13:08:04 2017 +0100 patch 8.0.1299: bracketed paste does not work well in terminal window Problem: Bracketed paste does not work well in terminal window. Solution: Send translated string to job right away. (Ozaki Kiichi, closes #2341)
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Nov 2017 13:15:05 +0100
parents 28941cc872ca
children 14f287552218
comparison
equal deleted inserted replaced
12844:f12943393a2e 12845:15696054bc6c
764 NULL 764 NULL
765 }; 765 };
766 766
767 static int included_patches[] = 767 static int included_patches[] =
768 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1299,
769 /**/ 771 /**/
770 1298, 772 1298,
771 /**/ 773 /**/
772 1297, 774 1297,
773 /**/ 775 /**/