comparison src/version.c @ 23031:b68313ee7002 v8.2.2062

patch 8.2.2062: <Cmd> does not handle CTRL-V Commit: https://github.com/vim/vim/commit/4a44120e3dc1d40dd7109658afd5e078360b1d8f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 28 14:43:26 2020 +0100 patch 8.2.2062: <Cmd> does not handle CTRL-V Problem: <Cmd> does not handle CTRL-V. Solution: Call get_literal() after encountering CTRL-V. (closes https://github.com/vim/vim/issues/7387)
author Bram Moolenaar <Bram@vim.org>
date Sat, 28 Nov 2020 14:45:04 +0100
parents bc3a083b50cb
children b98003d73150
comparison
equal deleted inserted replaced
23030:ec69d87aba97 23031:b68313ee7002
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2062,
753 /**/ 755 /**/
754 2061, 756 2061,
755 /**/ 757 /**/
756 2060, 758 2060,
757 /**/ 759 /**/