]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.505
- new
[packages/vim.git] / 6.2.505
CommitLineData
fe53742a
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.505
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.505
11Problem: Help for -P argument is missing. (Ronald Hoellwarth)
12Solution: Add the patch that was missing in 6.2.419.
13Files: runtime/doc/starting.txt
14
15
16*** ../vim-6.2.504/runtime/doc/starting.txt Sun Jun 1 12:20:35 2003
17--- runtime/doc/starting.txt Wed Apr 14 01:44:52 2004
18***************
19*** 1,4 ****
20! *starting.txt* For Vim version 6.2. Last change: 2003 May 10
21
22
23 VIM REFERENCE MANUAL by Bram Moolenaar
24--- 1,4 ----
25! *starting.txt* For Vim version 6.2. Last change: 2004 Apr 14
26
27
28 VIM REFERENCE MANUAL by Bram Moolenaar
29***************
30*** 530,539 ****
31 restoring the session on login. See |gui-gnome-session|
32 {not in Vi}
33
34 -nb *-nb*
35 -nb:{hostname}:{addr}:{password}
36 Attempt connecting to Netbeans and become an editor server for
37! it. The second form specifies the hostname, address and
38 password for connecting to Netbeans. |netbeans-run|
39
40 Example for using a script file to change a name in several files:
41--- 533,551 ----
42 restoring the session on login. See |gui-gnome-session|
43 {not in Vi}
44
45+ -P {parent-title} *-P*
46+ Win32 only: Specify the title of the parent application. When
47+ possible, Vim will run in an MDI window inside the
48+ application.
49+ {parent-title} must appear in the window title of the parent
50+ application. Make sure that it is specific enough.
51+
52 -nb *-nb*
53+ -nb={fname}
54 -nb:{hostname}:{addr}:{password}
55 Attempt connecting to Netbeans and become an editor server for
56! it. The second form specifies a file to read connection info
57! from. The third form specifies the hostname, address and
58 password for connecting to Netbeans. |netbeans-run|
59
60 Example for using a script file to change a name in several files:
61*** ../vim-6.2.504/src/version.c Mon Apr 26 19:00:58 2004
62--- src/version.c Tue Apr 27 10:01:51 2004
63***************
64*** 639,640 ****
65--- 639,642 ----
66 { /* Add new patch number below this line */
67+ /**/
68+ 505,
69 /**/
70
71--
72hundred-and-one symptoms of being an internet addict:
7329. Your phone bill comes to your doorstep in a box.
74
75 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
76/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
77\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
78 \\\ Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.057461 seconds and 4 git commands to generate.