commit | 265116a99a01249f62041a9438bb3b7ece7cfeac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 23 12:47:03 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 23 12:47:03 2011 +0100 |
tree | 857bb2c65416323cde0d0a55fa80c579a44d66b5 | |
parent | 213ae488546f45f7b4b4a184f99de44d3c1ffd5d [diff] [blame] |
updated for version 7.3.383 Problem: For EBCDIC pound sign is defined as 't'. Solution: Correctly define POUND.
diff --git a/src/version.c b/src/version.c index 8f7ff03..4445c65 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 383, +/**/ 382, /**/ 381,