commit | 7bb6d56cfc8ac82dea323f6799a773d7fa3286a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 25 13:48:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 25 13:48:25 2022 +0100 |
tree | ee4ab62a83c542dd361b5cd5db9bd0673d5e63d4 | |
parent | 61e3784819d3776ec6fb40d97a12a1bb659e8143 [diff] [blame] |
patch 8.2.5159: fix for CTRL-key combinations causes problems Problem: Fix for CTRL-key combinations causes more problems than it solves. Solution: Roll back the change.
diff --git a/src/version.c b/src/version.c index 8638e9e..e0a9768 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5159, +/**/ 5158, /**/ 5157,