diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-03-12 16:38:55 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-03-12 16:38:55 +0000 |
commit | 57e484671359090d19df3117ffa4d3f4d53f1d74 (patch) | |
tree | 658e0dd176c3886b6434e581d68abb098cfe5f95 /src/option.c | |
parent | 81a82093230a5afe14e8efacea3114da32099c6b (diff) | |
download | vim-git-57e484671359090d19df3117ffa4d3f4d53f1d74.tar.gz |
updated for version 7.1-277v7.1.277
Diffstat (limited to 'src/option.c')
-rw-r--r-- | src/option.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c index 1d2f2aaf7..c43286974 100644 --- a/src/option.c +++ b/src/option.c @@ -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}}, |