]> git.ipfire.org Git - ipfire-3.x.git/blame - vim/patches/vim-7.3.293.patch0
vim: Import latest patches from upstream.
[ipfire-3.x.git] / vim / patches / vim-7.3.293.patch0
CommitLineData
c6060300
MT
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.293
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.293
11Problem: MSVC compiler has a problem with non-ASCII characters.
12Solution: Avoid non-ASCII characters. (Hong Xu)
13Files: src/ascii.h, src/spell.c
14
15
16*** ../vim-7.3.292/src/ascii.h 2011-05-10 16:41:13.000000000 +0200
17--- src/ascii.h 2011-09-02 14:12:48.000000000 +0200
18***************
19*** 123,129 ****
20 #define DCS 0x90 /* Device Control String */
21 #define STERM 0x9c /* String Terminator */
22
23