]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.277
- new
[packages/vim.git] / 7.1.277
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.277
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.1.277
11 Problem:    Default for 'paragraphs' misses some items (Colin Watson)
12 Solution:   Add TP, HP, Pp, Lp and It to 'paragraphs'. (James Vega)
13 Files:      runtime/doc/options.txt, src/option.c
14
15
16 *** ../vim-7.1.276/runtime/doc/options.txt      Sat Jan 19 15:55:51 2008
17 --- runtime/doc/options.txt     Wed Mar 12 17:34:32 2008
18 ***************
19 *** 1,4 ****
20 ! *options.txt* For Vim version 7.1.  Last change: 2007 Aug 10
21   
22   
23                   VIM REFERENCE MANUAL    by Bram Moolenaar
24 --- 1,4 ----
25 ! *options.txt* For Vim version 7.1.  Last change: 2008 Feb 24
26   
27   
28                   VIM REFERENCE MANUAL    by Bram Moolenaar
29 ***************
30 *** 4878,4884 ****
31         |autocmd-osfiletypes|
32   
33                                                 *'paragraphs'* *'para'*
34 ! 'paragraphs' 'para'   string  (default "IPLPPPQPP LIpplpipbp")
35                         global
36         Specifies the nroff macros that separate paragraphs.  These are pairs
37         of two letters (see |object-motions|).
38 --- 4901,4907 ----
39         |autocmd-osfiletypes|
40   
41                                                 *'paragraphs'* *'para'*
42 ! 'paragraphs' 'para'   string  (default "IPLPPPQPP TPHPLIPpLpItpplpipbp")
43                         global
44         Specifies the nroff macros that separate paragraphs.  These are pairs
45         of two letters (see |object-motions|).
46 *** ../vim-7.1.276/src/option.c Wed Feb 13 18:35:23 2008
47 --- src/option.c        Wed Mar 12 17:34:32 2008
48 ***************
49 *** 1839,1845 ****
50                             },
51       {"paragraphs",  "para", P_STRING|P_VI_DEF,
52                             (char_u *)&p_para, PV_NONE,
53 !                           {(char_u *)"IPLPPPQPP LIpplpipbp", (char_u *)0L}},
54       {"paste",     NULL,   P_BOOL|P_VI_DEF|P_PRI_MKRC,
55                             (char_u *)&p_paste, PV_NONE,
56                             {(char_u *)FALSE, (char_u *)0L}},
57 --- 1839,1846 ----
58                             },
59       {"paragraphs",  "para", P_STRING|P_VI_DEF,
60                             (char_u *)&p_para, PV_NONE,
61 !                           {(char_u *)"IPLPPPQPP TPHPLIPpLpItpplpipbp",
62 !                               (char_u *)0L}},
63       {"paste",     NULL,   P_BOOL|P_VI_DEF|P_PRI_MKRC,
64                             (char_u *)&p_paste, PV_NONE,
65                             {(char_u *)FALSE, (char_u *)0L}},
66 *** ../vim-7.1.276/src/version.c        Wed Mar 12 17:25:50 2008
67 --- src/version.c       Wed Mar 12 17:35:14 2008
68 ***************
69 *** 668,669 ****
70 --- 668,671 ----
71   {   /* Add new patch number below this line */
72 + /**/
73 +     277,
74   /**/
75
76 -- 
77 hundred-and-one symptoms of being an internet addict:
78 119. You are reading a book and look for the scroll bar to get to
79      the next page.
80
81  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
82 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
83 \\\        download, build and distribute -- http://www.A-A-P.org        ///
84  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.029876 seconds and 3 git commands to generate.