]> git.pld-linux.org Git - packages/vim.git/blame - 6.3.008
- license change to GPL
[packages/vim.git] / 6.3.008
CommitLineData
2b73553d
AM
1To: vim-dev@vim.org
2Subject: Patch 6.3.008
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.3.008
11Problem: Compiling fails under OS/2.
12Solution: Include "e_screenmode" also for OS/2. (David Sanders)
13Files: src/globals.h
14
15
16*** ../vim-6.3.007/src/globals.h Wed Jun 9 14:56:25 2004
17--- src/globals.h Sun Jun 27 15:44:13 2004
18***************
19*** 1321,1327 ****
20 #endif
21 EXTERN char_u e_secure[] INIT(=N_("E523: Not allowed here"));
22 #if defined(AMIGA) || defined(MACOS) || defined(MSWIN) || defined(RISCOS) \
23! || defined(UNIX) || defined(VMS)
24 EXTERN char_u e_screenmode[] INIT(=N_("E359: Screen mode setting not supported"));
25 #endif
26 EXTERN char_u e_scroll[] INIT(=N_("E49: Invalid scroll size"));
27--- 1321,1327 ----
28 #endif
29 EXTERN char_u e_secure[] INIT(=N_("E523: Not allowed here"));
30 #if defined(AMIGA) || defined(MACOS) || defined(MSWIN) || defined(RISCOS) \
31! || defined(UNIX) || defined(VMS) || defined(OS2)
32 EXTERN char_u e_screenmode[] INIT(=N_("E359: Screen mode setting not supported"));
33 #endif
34 EXTERN char_u e_scroll[] INIT(=N_("E49: Invalid scroll size"));
35*** ../vim-6.3.007/src/version.c Sun Jun 20 13:56:21 2004
36--- src/version.c Sun Jun 27 17:23:45 2004
37***************
38*** 643,644 ****
39--- 643,646 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 8,
43 /**/
44
45--
46"A mouse can be just as dangerous as a bullet or a bomb."
47 (US Representative Lamar Smith, R-Texas)
48
49 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
50/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
52 \\\ Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.086001 seconds and 4 git commands to generate.