]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.071
- manpaged md5 fix
[packages/vim.git] / 6.2.071
CommitLineData
04f0bc09
AF
1To: vim-dev@vim.org
2Subject: Patch 6.2.071
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.071
11Problem: 'statusline' can only contain 50 % items. (Antony Scriven)
12Solution: Allow 80 items and mention it in the docs.
13Files: runtime/doc/options.txt, src/vim.h
14
15
16*** ../vim-6.2.070/runtime/doc/options.txt Sun Jun 1 12:20:34 2003
17--- runtime/doc/options.txt Tue Aug 12 11:03:40 2003
18***************
19*** 1,4 ****
20! *options.txt* For Vim version 6.2. Last change: 2003 May 29
21
22
23 VIM REFERENCE MANUAL by Bram Moolenaar
24--- 1,4 ----
25! *options.txt* For Vim version 6.2. Last change: 2003 Aug 12
26
27
28 VIM REFERENCE MANUAL by Bram Moolenaar
29***************
30*** 5379,5385 ****
31 normal text. Each status line item is of the form:
32 %-0{minwid}.{maxwid}{item}
33 All fields except the {item} is optional. A single percent sign can
34! be given as "%%".
35
36 Note that the only effect of 'ruler' when this option is set (and
37 'laststatus' is 2) is controlling the output of |CTRL-G|.
38--- 5383,5389 ----
39 normal text. Each status line item is of the form:
40 %-0{minwid}.{maxwid}{item}
41 All fields except the {item} is optional. A single percent sign can
42! be given as "%%". Up to 80 items can be specified.
43
44 Note that the only effect of 'ruler' when this option is set (and
45 'laststatus' is 2) is controlling the output of |CTRL-G|.
46*** ../vim-6.2.070/src/vim.h Mon Jul 28 14:38:38 2003
47--- src/vim.h Tue Aug 12 11:06:05 2003
48***************
49*** 1258,1264 ****
50 #endif
51
52 #define SHOWCMD_COLS 10 /* columns needed by shown command */
53! #define STL_MAX_ITEM 50 /* max count of %<flag> in statusline*/
54
55 typedef void *vim_acl_T; /* dummy to pass an ACL to a function */
56
57--- 1258,1264 ----
58 #endif
59
60 #define SHOWCMD_COLS 10 /* columns needed by shown command */
61! #define STL_MAX_ITEM 80 /* max nr of %<flag> in statusline */
62
63 typedef void *vim_acl_T; /* dummy to pass an ACL to a function */
64
65*** ../vim-6.2.070/src/version.c Tue Aug 12 19:58:43 2003
66--- src/version.c Tue Aug 12 20:00:00 2003
67***************
68*** 632,633 ****
69--- 632,635 ----
70 { /* Add new patch number below this line */
71+ /**/
72+ 71,
73 /**/
74
75--
76hundred-and-one symptoms of being an internet addict:
7798. The Alta Vista administrators ask you what sites are missing
78 in their index files.
79
80 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
81/// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\
82\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
83 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.13326 seconds and 4 git commands to generate.