commit | 4a44120e3dc1d40dd7109658afd5e078360b1d8f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 28 14:43:26 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 28 14:43:26 2020 +0100 |
tree | a69a1927ac3aae81b2fe785bdce63608b1fafa4f | |
parent | 4d05af0a64c2e26b13d2ad571debbf5f3b6d384e [diff] [blame] |
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 #7387)
diff --git a/src/version.c b/src/version.c index 395aee1..ef1c5db 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2062, +/**/ 2061, /**/ 2060,