• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revision8c9396275bfaf3ba6c759c26fef07c0b687a8abb (tree)
Time2008-03-13 01:38:55
Authorvimboss
Commitervimboss

Log Message

updated for version 7.1-277

Change Summary

Incremental Difference

diff -r ed7fefbef738 -r 8c9396275bfa runtime/doc/options.txt
--- a/runtime/doc/options.txt Wed Mar 12 16:27:00 2008 +0000
+++ b/runtime/doc/options.txt Wed Mar 12 16:38:55 2008 +0000
@@ -1,4 +1,4 @@
1-*options.txt* For Vim version 7.1. Last change: 2007 Aug 10
1+*options.txt* For Vim version 7.1. Last change: 2008 Feb 24
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4878,7 +4878,7 @@
48784878 |autocmd-osfiletypes|
48794879
48804880 *'paragraphs'* *'para'*
4881-'paragraphs' 'para' string (default "IPLPPPQPP LIpplpipbp")
4881+'paragraphs' 'para' string (default "IPLPPPQPP TPHPLIPpLpItpplpipbp")
48824882 global
48834883 Specifies the nroff macros that separate paragraphs. These are pairs
48844884 of two letters (see |object-motions|).
diff -r ed7fefbef738 -r 8c9396275bfa src/option.c
--- a/src/option.c Wed Mar 12 16:27:00 2008 +0000
+++ b/src/option.c Wed Mar 12 16:38:55 2008 +0000
@@ -1839,7 +1839,8 @@
18391839 },
18401840 {"paragraphs", "para", P_STRING|P_VI_DEF,
18411841 (char_u *)&p_para, PV_NONE,
1842- {(char_u *)"IPLPPPQPP LIpplpipbp", (char_u *)0L}},
1842+ {(char_u *)"IPLPPPQPP TPHPLIPpLpItpplpipbp",
1843+ (char_u *)0L}},
18431844 {"paste", NULL, P_BOOL|P_VI_DEF|P_PRI_MKRC,
18441845 (char_u *)&p_paste, PV_NONE,
18451846 {(char_u *)FALSE, (char_u *)0L}},
diff -r ed7fefbef738 -r 8c9396275bfa src/version.c
--- a/src/version.c Wed Mar 12 16:27:00 2008 +0000
+++ b/src/version.c Wed Mar 12 16:38:55 2008 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 277,
671+/**/
670672 276,
671673 /**/
672674 275,
Show on old repository browser