commit | e353c402e63b9b0a0bc06acf390e352d9e7eeaeb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 04 19:49:16 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 04 19:49:16 2017 +0100 |
tree | c0440677fa34bb8672ab5b34dc4725885b046aef | |
parent | 698f8b207bbfefa1cbbd7361caf5412cb3416534 [diff] [blame] |
patch 8.0.0302: cannot set terminal key codes with :let Problem: Cannot set terminal key codes with :let. Solution: Make it work.
diff --git a/src/version.c b/src/version.c index ffb7c6c..34add35 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 302, +/**/ 301, /**/ 300,