]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-277 v7.1.277
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Mar 2008 16:38:55 +0000 (16:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Mar 2008 16:38:55 +0000 (16:38 +0000)
runtime/doc/options.txt
src/option.c
src/version.c

index 40e1c00935d93dfe6b2215ed5eee5bf56e408c67..568228c63e3314ad441b366c3effa04290e2a573 100644 (file)
@@ -1,4 +1,4 @@
-*options.txt*  For Vim version 7.1.  Last change: 2007 Aug 10
+*options.txt*  For Vim version 7.1.  Last change: 2008 Feb 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -4878,7 +4878,7 @@ A jump table for the options with a short description can be found at |Q_op|.
        |autocmd-osfiletypes|
 
                                                *'paragraphs'* *'para'*
-'paragraphs' 'para'    string  (default "IPLPPPQPP LIpplpipbp")
+'paragraphs' 'para'    string  (default "IPLPPPQPP TPHPLIPpLpItpplpipbp")
                        global
        Specifies the nroff macros that separate paragraphs.  These are pairs
        of two letters (see |object-motions|).
index 1d2f2aaf74f3d2a2626fbb6689cc2e238ca067e9..c432869749b7a073c3317ec1b7de2c0a3730919f 100644 (file)
@@ -1839,7 +1839,8 @@ static struct vimoption
                            },
     {"paragraphs",  "para", P_STRING|P_VI_DEF,
                            (char_u *)&p_para, PV_NONE,
-                           {(char_u *)"IPLPPPQPP LIpplpipbp", (char_u *)0L}},
+                           {(char_u *)"IPLPPPQPP TPHPLIPpLpItpplpipbp",
+                               (char_u *)0L}},
     {"paste",      NULL,   P_BOOL|P_VI_DEF|P_PRI_MKRC,
                            (char_u *)&p_paste, PV_NONE,
                            {(char_u *)FALSE, (char_u *)0L}},
index 504f855a75329d4a43a1320f0ed208677200537f..78788ec07dcfbbdc7874ceaf06a3fc555fc40d10 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    277,
 /**/
     276,
 /**/