]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.147
- new: 7.3.260
[packages/vim.git] / 7.3.147
CommitLineData
bab0032d
AG
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.147
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.147 (after 7.3.143)
11Problem: Can't build on HP-UX.
12Solution: Remove an unnecessary backslash. (John Marriott)
13Files: 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--
46DENNIS: 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.029533 seconds and 4 git commands to generate.