]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.195
- fix for current libselinux
[packages/vim.git] / 6.2.195
CommitLineData
d02ad552
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.195
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.195 (after 6.2.190)
11Problem: Compiling fails for missing CPO_REMMARK symbol.
12Solution: Add the patch I forgot to include...
13Files: src/option.h
14
15
16*** ../vim-6.2.194/src/option.h Sat May 17 21:02:23 2003
17--- src/option.h Mon Jan 12 20:21:42 2004
18***************
19*** 142,147 ****
20--- 142,148 ----
21 #define CPO_OVERNEW 'O' /* silently overwrite new file */
22 #define CPO_LISP 'p' /* 'lisp' indenting */
23 #define CPO_REDO 'r'
24+ #define CPO_REMMARK 'R' /* remove marks when filtering */
25 #define CPO_BUFOPT 's'
26 #define CPO_BUFOPTGLOB 'S'
27 #define CPO_TAGPAT 't'
28***************
29*** 157,163 ****
30 #define CPO_STAR '*' /* ":*" means ":@" */
31 #define CPO_SPECI '<' /* don't recognize <> in mappings */
32 #define CPO_DEFAULT "aABceFs"
33! #define CPO_ALL "aAbBcCdDeEfFgijJkKlLmMnoOprsStuvwWxy$!%*<"
34
35 /* characters for p_ww option: */
36 #define WW_ALL "bshl<>[],~"
37--- 158,164 ----
38 #define CPO_STAR '*' /* ":*" means ":@" */
39 #define CPO_SPECI '<' /* don't recognize <> in mappings */
40 #define CPO_DEFAULT "aABceFs"
41! #define CPO_ALL "aAbBcCdDeEfFgijJkKlLmMnoOprRsStuvwWxy$!%*<"
42
43 /* characters for p_ww option: */
44 #define WW_ALL "bshl<>[],~"
45*** ../vim-6.2.194/src/version.c Sun Jan 18 21:31:56 2004
46--- src/version.c Sun Jan 18 23:21:27 2004
47***************
48*** 639,640 ****
49--- 639,642 ----
50 { /* Add new patch number below this line */
51+ /**/
52+ 195,
53 /**/
54
55--
56The question is: What do you do with your life?
57The wrong answer is: Become the richest guy in the graveyard.
58 (billionaire and Oracle founder Larry Ellison)
59
60 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
61/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
62\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
63 \\\ Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html ///
This page took 0.034928 seconds and 4 git commands to generate.