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