]> git.ipfire.org Git - ipfire-3.x.git/blob - vim/patches/vim-7.3.383.patch0
Merge remote-tracking branch 'stevee/dracut'
[ipfire-3.x.git] / vim / patches / vim-7.3.383.patch0
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.383
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.383
11 Problem: For EBCDIC pound sign is defined as 't'.
12 Solution: Correctly define POUND.
13 Files: src/ascii.h
14
15
16 *** ../vim-7.3.382/src/ascii.h 2011-09-02 14:18:14.000000000 +0200
17 --- src/ascii.h 2011-12-17 21:38:36.000000000 +0100
18 ***************
19 *** 123,129 ****
20 #define DCS 0x90 /* Device Control String */
21 #define STERM 0x9c /* String Terminator */
22
23 ! #define POUND '\xA3'
24
25 #define CTRL_F_STR "\056"
26 #define CTRL_H_STR "\026"
27 --- 123,129 ----
28 #define DCS 0x90 /* Device Control String */
29 #define STERM 0x9c /* String Terminator */
30
31 ! #define POUND 0xB1
32
33 #define CTRL_F_STR "\056"
34 #define CTRL_H_STR "\026"
35 *** ../vim-7.3.382/src/version.c 2011-12-15 21:51:32.000000000 +0100
36 --- src/version.c 2011-12-23 12:46:08.000000000 +0100
37 ***************
38 *** 716,717 ****
39 --- 716,719 ----
40 { /* Add new patch number below this line */
41 + /**/
42 + 383,
43 /**/
44
45 --
46 Vim is like Emacs without all the typing. (John "Johann" Spetz)
47
48 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
49 /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
50 \\\ an exciting new programming language -- http://www.Zimbu.org ///
51 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///