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