]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.316
- updated to 6.2.430
[packages/vim.git] / 6.2.316
CommitLineData
c734f094
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.316
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.2.316 (after 6.2.312)
11Problem: "make install" tries connecting to the X server when installing
12 the docs. (Stephen Thomas)
13Solution: Add the "-X" argument.
14Files: runtime/doc/Makefile
15
16
17*** ../vim-6.2.315/runtime/doc/Makefile Wed Mar 3 19:23:14 2004
18--- runtime/doc/Makefile Thu Mar 4 12:00:37 2004
19***************
20*** 256,262 ****
21 # Use Vim to generate the tags file. Can only be used when Vim has been
22 # compiled and installed. Supports multiple languages.
23 vimtags: $(DOCS)
24! $(VIMEXE) -e -s -c "helptags ." -c quit
25
26 # Use "doctags" to generate the tags file. Only works for English!
27 tags: doctags $(DOCS)
28--- 256,262 ----
29 # Use Vim to generate the tags file. Can only be used when Vim has been
30 # compiled and installed. Supports multiple languages.
31 vimtags: $(DOCS)
32! $(VIMEXE) -e -s -X -c "helptags ." -c quit
33
34 # Use "doctags" to generate the tags file. Only works for English!
35 tags: doctags $(DOCS)
36*** ../vim-6.2.315/src/version.c Thu Mar 4 10:42:50 2004
37--- src/version.c Thu Mar 4 14:19:15 2004
38***************
39*** 639,640 ****
40--- 639,642 ----
41 { /* Add new patch number below this line */
42+ /**/
43+ 316,
44 /**/
45
46--
47User: I'm having problems with my text editor.
48Help desk: Which editor are you using?
49User: I don't know, but it's version VI (pronounced: 6).
50Help desk: Oh, then you should upgrade to version VIM (pronounced: 994).
51
52 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
53/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
55 \\\ Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.032771 seconds and 4 git commands to generate.