commit | 2a1b474fd82aff922f18570593972b12feaa2073 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 24 18:15:51 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 24 18:15:51 2015 +0100 |
tree | 25a9e3f42cefbe5be78511e16e38d65e10112c71 | |
parent | 9a7d58e42ed54406437c2394e5a489ee6a9e4220 [diff] [blame] |
patch 7.4.940 Problem: vt52 terminal codes are not correct. Solution: Move entries outside of #if. (Random) Adjustments based on documented codes.
diff --git a/src/version.c b/src/version.c index a411fd8..db728e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 940, +/**/ 939, /**/ 938,