5bce1f0
To: vim-dev@vim.org
5bce1f0
Subject: Patch 7.1.277
5bce1f0
Fcc: outbox
5bce1f0
From: Bram Moolenaar <Bram@moolenaar.net>
5bce1f0
Mime-Version: 1.0
5bce1f0
Content-Type: text/plain; charset=ISO-8859-1
5bce1f0
Content-Transfer-Encoding: 8bit
5bce1f0
------------
5bce1f0
5bce1f0
Patch 7.1.277
5bce1f0
Problem:    Default for 'paragraphs' misses some items (Colin Watson)
5bce1f0
Solution:   Add TP, HP, Pp, Lp and It to 'paragraphs'. (James Vega)
5bce1f0
Files:	    runtime/doc/options.txt, src/option.c
5bce1f0
5bce1f0
5bce1f0
*** ../vim-7.1.276/runtime/doc/options.txt	Sat Jan 19 15:55:51 2008
5bce1f0
--- runtime/doc/options.txt	Wed Mar 12 17:34:32 2008
5bce1f0
***************
5bce1f0
*** 1,4 ****
5bce1f0
! *options.txt*	For Vim version 7.1.  Last change: 2007 Aug 10
5bce1f0
  
5bce1f0
  
5bce1f0
  		  VIM REFERENCE MANUAL	  by Bram Moolenaar
5bce1f0
--- 1,4 ----
5bce1f0
! *options.txt*	For Vim version 7.1.  Last change: 2008 Feb 24
5bce1f0
  
5bce1f0
  
5bce1f0
  		  VIM REFERENCE MANUAL	  by Bram Moolenaar
5bce1f0
***************
5bce1f0
*** 4878,4884 ****
5bce1f0
  	|autocmd-osfiletypes|
5bce1f0
  
5bce1f0
  						*'paragraphs'* *'para'*
5bce1f0
! 'paragraphs' 'para'	string	(default "IPLPPPQPP LIpplpipbp")
5bce1f0
  			global
5bce1f0
  	Specifies the nroff macros that separate paragraphs.  These are pairs
5bce1f0
  	of two letters (see |object-motions|).
5bce1f0
--- 4901,4907 ----
5bce1f0
  	|autocmd-osfiletypes|
5bce1f0
  
5bce1f0
  						*'paragraphs'* *'para'*
5bce1f0
! 'paragraphs' 'para'	string	(default "IPLPPPQPP TPHPLIPpLpItpplpipbp")
5bce1f0
  			global
5bce1f0
  	Specifies the nroff macros that separate paragraphs.  These are pairs
5bce1f0
  	of two letters (see |object-motions|).
5bce1f0
*** ../vim-7.1.276/src/option.c	Wed Feb 13 18:35:23 2008
5bce1f0
--- src/option.c	Wed Mar 12 17:34:32 2008
5bce1f0
***************
5bce1f0
*** 1839,1845 ****
5bce1f0
  			    },
5bce1f0
      {"paragraphs",  "para", P_STRING|P_VI_DEF,
5bce1f0
  			    (char_u *)&p_para, PV_NONE,
5bce1f0
! 			    {(char_u *)"IPLPPPQPP LIpplpipbp", (char_u *)0L}},
5bce1f0
      {"paste",	    NULL,   P_BOOL|P_VI_DEF|P_PRI_MKRC,
5bce1f0
  			    (char_u *)&p_paste, PV_NONE,
5bce1f0
  			    {(char_u *)FALSE, (char_u *)0L}},
5bce1f0
--- 1839,1846 ----
5bce1f0
  			    },
5bce1f0
      {"paragraphs",  "para", P_STRING|P_VI_DEF,
5bce1f0
  			    (char_u *)&p_para, PV_NONE,
5bce1f0
! 			    {(char_u *)"IPLPPPQPP TPHPLIPpLpItpplpipbp",
5bce1f0
! 				(char_u *)0L}},
5bce1f0
      {"paste",	    NULL,   P_BOOL|P_VI_DEF|P_PRI_MKRC,
5bce1f0
  			    (char_u *)&p_paste, PV_NONE,
5bce1f0
  			    {(char_u *)FALSE, (char_u *)0L}},
5bce1f0
*** ../vim-7.1.276/src/version.c	Wed Mar 12 17:25:50 2008
5bce1f0
--- src/version.c	Wed Mar 12 17:35:14 2008
5bce1f0
***************
5bce1f0
*** 668,669 ****
5bce1f0
--- 668,671 ----
5bce1f0
  {   /* Add new patch number below this line */
5bce1f0
+ /**/
5bce1f0
+     277,
5bce1f0
  /**/
5bce1f0
5bce1f0
-- 
5bce1f0
hundred-and-one symptoms of being an internet addict:
5bce1f0
119. You are reading a book and look for the scroll bar to get to
5bce1f0
     the next page.
5bce1f0
5bce1f0
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
5bce1f0
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
5bce1f0
\\\        download, build and distribute -- http://www.A-A-P.org        ///
5bce1f0
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///