mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
updated for version 7.1-277
This commit is contained in:
@@ -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
|
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|
|
|autocmd-osfiletypes|
|
||||||
|
|
||||||
*'paragraphs'* *'para'*
|
*'paragraphs'* *'para'*
|
||||||
'paragraphs' 'para' string (default "IPLPPPQPP LIpplpipbp")
|
'paragraphs' 'para' string (default "IPLPPPQPP TPHPLIPpLpItpplpipbp")
|
||||||
global
|
global
|
||||||
Specifies the nroff macros that separate paragraphs. These are pairs
|
Specifies the nroff macros that separate paragraphs. These are pairs
|
||||||
of two letters (see |object-motions|).
|
of two letters (see |object-motions|).
|
||||||
|
@@ -1839,7 +1839,8 @@ static struct vimoption
|
|||||||
},
|
},
|
||||||
{"paragraphs", "para", P_STRING|P_VI_DEF,
|
{"paragraphs", "para", P_STRING|P_VI_DEF,
|
||||||
(char_u *)&p_para, PV_NONE,
|
(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,
|
{"paste", NULL, P_BOOL|P_VI_DEF|P_PRI_MKRC,
|
||||||
(char_u *)&p_paste, PV_NONE,
|
(char_u *)&p_paste, PV_NONE,
|
||||||
{(char_u *)FALSE, (char_u *)0L}},
|
{(char_u *)FALSE, (char_u *)0L}},
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
277,
|
||||||
/**/
|
/**/
|
||||||
276,
|
276,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user