comparison src/version.c @ 30479:cabceac53ade v9.0.0575

patch 9.0.0575: the getchar() function behaves strangely with bracketed paste Commit: https://github.com/vim/vim/commit/78aed95c8d11a06590abb079014887a458b28b36 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 24 15:36:35 2022 +0100 patch 9.0.0575: the getchar() function behaves strangely with bracketed paste Problem: The getchar() function behaves strangely with bracketed paste. Solution: Do not handle paste-start in getchar(). (issue https://github.com/vim/vim/issues/11172)
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Sep 2022 16:45:02 +0200
parents 5e99ae766688
children ac6b2ee967f1
comparison
equal deleted inserted replaced
30478:ecb85ad746ff 30479:cabceac53ade
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 575,
702 /**/ 704 /**/
703 574, 705 574,
704 /**/ 706 /**/
705 573, 707 573,
706 /**/ 708 /**/