]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.383 v7.3.383
authorBram Moolenaar <Bram@vim.org>
Fri, 23 Dec 2011 11:47:03 +0000 (12:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 23 Dec 2011 11:47:03 +0000 (12:47 +0100)
Problem:    For EBCDIC pound sign is defined as 't'.
Solution:   Correctly define POUND.

src/ascii.h
src/version.c

index e824822b30add54350df6f3baebbcde140efb622..a3cfecff717b2361f4314ff771d7e0f610cb9aaf 100644 (file)
 #define DCS            0x90    /* Device Control String */
 #define STERM          0x9c    /* String Terminator */
 
-#define POUND          '\xA3'
+#define POUND          0xB1
 
 #define CTRL_F_STR     "\056"
 #define CTRL_H_STR     "\026"
index 8f7ff0347b1adf7687e2bdd2b6d7921327bd6a82..4445c65fee47c38765eb839f9fe850d7d1c8a9ef 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    383,
 /**/
     382,
 /**/