home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.4 / 7.4.444 < prev    next >
Encoding:
Internet Message Format  |  2014-09-15  |  1.5 KB

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