commit | e3d1f4c982bd0fe05496448d7868268c75ff7bfb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 06 20:21:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 06 20:21:59 2021 +0200 |
tree | e272320895bfe5bc0c6d175ddcd213370d354ae0 | |
parent | e9b8b78e046b40b877c999432c4698edb3413d5d [diff] [blame] |
patch 8.2.2728: special key names don't work if 'isident' is cleared Problem: Special key names don't work if 'isident' is cleared. Solution: Add vim_isNormalIDc() and use it for special key names. (closes #2389)
diff --git a/src/version.c b/src/version.c index 0abdbe5..f041987 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2728, +/**/ 2727, /**/ 2726,