commit | 177c9f2f06b048f4c1e154d29423edf65b128f8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 06 13:59:16 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 06 13:59:16 2019 +0100 |
tree | 4443782218352de1bf06af4273647e1228de87cb | |
parent | 36ec6f6953043270630159a61438ce558552fe3a [diff] [blame] |
patch 8.1.2261: with modifyOtherKeys set 'noesckeys' doesn't work Problem: With modifyOtherKeys set 'noesckeys' doesn't work. (James McCoy) Solution: Disable modifyOtherKeys while in Insert mode when 'noesckeys' is set. (closes #5180)
diff --git a/src/version.c b/src/version.c index 4fd0694..4ae3f0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2261, +/**/ 2260, /**/ 2259,