]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.147
- new: 7.3.260
[packages/vim.git] / 7.3.147
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.147
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.147 (after 7.3.143)
11 Problem:    Can't build on HP-UX.
12 Solution:   Remove an unnecessary backslash. (John Marriott)
13 Files:      src/Makefile
14
15
16 *** ../vim-7.3.146/src/Makefile 2011-03-22 18:10:34.000000000 +0100
17 --- src/Makefile        2011-04-01 13:00:58.000000000 +0200
18 ***************
19 *** 1565,1571 ****
20   
21   OBJ = $(OBJ_COMMON) \
22         objects/main.o \
23 !       objects/memfile.o \
24   
25   MEMFILE_TEST_OBJ = $(OBJ_COMMON) \
26           objects/memfile_test.o
27 --- 1565,1571 ----
28   
29   OBJ = $(OBJ_COMMON) \
30         objects/main.o \
31 !       objects/memfile.o
32   
33   MEMFILE_TEST_OBJ = $(OBJ_COMMON) \
34           objects/memfile_test.o
35 *** ../vim-7.3.146/src/version.c        2011-03-27 16:03:09.000000000 +0200
36 --- src/version.c       2011-04-01 13:05:18.000000000 +0200
37 ***************
38 *** 716,717 ****
39 --- 716,719 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     147,
43   /**/
44
45 -- 
46 DENNIS: You can't expect to wield supreme executive power just 'cause some
47         watery tart threw a sword at you!
48                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
49
50  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
51 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
52 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
53  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.025505 seconds and 3 git commands to generate.