mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.3.383
Problem: For EBCDIC pound sign is defined as 't'. Solution: Correctly define POUND.
This commit is contained in:
@@ -123,7 +123,7 @@
|
|||||||
#define DCS 0x90 /* Device Control String */
|
#define DCS 0x90 /* Device Control String */
|
||||||
#define STERM 0x9c /* String Terminator */
|
#define STERM 0x9c /* String Terminator */
|
||||||
|
|
||||||
#define POUND '\xA3'
|
#define POUND 0xB1
|
||||||
|
|
||||||
#define CTRL_F_STR "\056"
|
#define CTRL_F_STR "\056"
|
||||||
#define CTRL_H_STR "\026"
|
#define CTRL_H_STR "\026"
|
||||||
|
@@ -714,6 +714,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
383,
|
||||||
/**/
|
/**/
|
||||||
382,
|
382,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user