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