astepano / rpms / vim

Forked from rpms/vim 6 years ago
Clone
59af4a6
To: vim_dev@googlegroups.com
59af4a6
Subject: Patch 7.4.444
59af4a6
Fcc: outbox
59af4a6
From: Bram Moolenaar <Bram@moolenaar.net>
59af4a6
Mime-Version: 1.0
59af4a6
Content-Type: text/plain; charset=UTF-8
59af4a6
Content-Transfer-Encoding: 8bit
59af4a6
------------
59af4a6
59af4a6
Patch 7.4.444
59af4a6
Problem:    Reversed question mark not recognized as punctuation. (Issue 258)
59af4a6
Solution:   Add the Supplemental Punctuation range.
59af4a6
Files:	    src/mbyte.c
59af4a6
59af4a6
59af4a6
*** ../vim-7.4.443/src/mbyte.c	2014-03-12 14:54:29.920684895 +0100
59af4a6
--- src/mbyte.c	2014-09-15 14:24:06.389649777 +0200
59af4a6
***************
59af4a6
*** 2537,2542 ****
59af4a6
--- 2537,2543 ----
59af4a6
  	{0x2900, 0x2998, 1},		/* arrows, brackets, etc. */
59af4a6
  	{0x29d8, 0x29db, 1},
59af4a6
  	{0x29fc, 0x29fd, 1},
59af4a6
+ 	{0x2e00, 0x2e7f, 1},		/* supplemental punctuation */
59af4a6
  	{0x3000, 0x3000, 0},		/* ideographic space */
59af4a6
  	{0x3001, 0x3020, 1},		/* ideographic punctuation */
59af4a6
  	{0x3030, 0x3030, 1},
59af4a6
*** ../vim-7.4.443/src/version.c	2014-09-11 22:49:42.212961131 +0200
59af4a6
--- src/version.c	2014-09-15 14:25:14.761649927 +0200
59af4a6
***************
59af4a6
*** 743,744 ****
59af4a6
--- 743,746 ----
59af4a6
  {   /* Add new patch number below this line */
59af4a6
+ /**/
59af4a6
+     444,
59af4a6
  /**/
59af4a6
59af4a6
-- 
59af4a6
hundred-and-one symptoms of being an internet addict:
59af4a6
136. You decide to stay in a low-paying job teaching just for the
59af4a6
     free Internet access.
59af4a6
59af4a6
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
59af4a6
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
59af4a6
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
59af4a6
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///