Attached patch fixes a missing parenthesis in runtime/doc/pattern.txt
in Vim-7.2.

Cheers
-- Dominique

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Index: pattern.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/pattern.txt,v
retrieving revision 1.38
diff -c -r1.38 pattern.txt
*** pattern.txt	9 Aug 2008 17:43:14 -0000	1.38
--- pattern.txt	26 Aug 2008 20:32:20 -0000
***************
*** 507,513 ****
  |/\Z|	\Z	\Z	ignore differences in Unicode "combining characters".
  			Useful when searching voweled Hebrew or Arabic text.
  
! |/\%d|	\%d	\%d	match specified decimal character (eg \%d123
  |/\%x|	\%x	\%x	match specified hex character (eg \%x2a)
  |/\%o|	\%o	\%o	match specified octal character (eg \%o040)
  |/\%u|	\%u	\%u	match specified multibyte character (eg \%u20ac)
--- 507,513 ----
  |/\Z|	\Z	\Z	ignore differences in Unicode "combining characters".
  			Useful when searching voweled Hebrew or Arabic text.
  
! |/\%d|	\%d	\%d	match specified decimal character (eg \%d123)
  |/\%x|	\%x	\%x	match specified hex character (eg \%x2a)
  |/\%o|	\%o	\%o	match specified octal character (eg \%o040)
  |/\%u|	\%u	\%u	match specified multibyte character (eg \%u20ac)

Reply via email to