]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.306
- recognize update_mime_database
[packages/vim.git] / 7.1.306
CommitLineData
50c86d7b
AG
1To: vim-dev@vim.org
2Subject: Patch 7.1.306
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.1.306
11Problem: Some Unicode characters are handled like word characters while
12 they are symbols.
13Solution: Adjust the table for Unicode classification.
14Files: src/mbyte.c
15
16
17*** ../vim-7.1.305/src/mbyte.c Wed Feb 20 11:27:59 2008
18--- src/mbyte.c Wed May 21 20:49:34 2008
19***************
20*** 1973,1980 ****
21 {0x205f, 0x205f, 0},
22 {0x2060, 0x27ff, 1}, /* punctuation and symbols */
23 {0x2070, 0x207f, 0x2070}, /* superscript */
24! {0x2080, 0x208f, 0x2080}, /* subscript */
25! {0x2983, 0x2998, 1},
26 {0x29d8, 0x29db, 1},
27 {0x29fc, 0x29fd, 1},
28 {0x3000, 0x3000, 0}, /* ideographic space */
29--- 1973,1982 ----
30 {0x205f, 0x205f, 0},
31 {0x2060, 0x27ff, 1}, /* punctuation and symbols */
32 {0x2070, 0x207f, 0x2070}, /* superscript */
33! {0x2080, 0x2094, 0x2080}, /* subscript */
34! {0x20a0, 0x27ff, 1}, /* all kinds of symbols */
35! {0x2800, 0x28ff, 0x2800}, /* braille */
36! {0x2900, 0x2998, 1}, /* arrows, brackets, etc. */
37 {0x29d8, 0x29db, 1},
38 {0x29fc, 0x29fd, 1},
39 {0x3000, 0x3000, 0}, /* ideographic space */
40*** ../vim-7.1.305/src/version.c Thu May 29 22:41:19 2008
41--- src/version.c Wed Jun 4 10:54:36 2008
42***************
43*** 668,669 ****
44--- 673,676 ----
45 { /* Add new patch number below this line */
46+ /**/
47+ 306,
48 /**/
49
50--
51Engineers are always delighted to share wisdom, even in areas in which they
52have no experience whatsoever. Their logic provides them with inherent
53insight into any field of expertise. This can be a problem when dealing with
54the illogical people who believe that knowledge can only be derived through
55experience.
56 (Scott Adams - The Dilbert principle)
57
58 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
59/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
60\\\ download, build and distribute -- http://www.A-A-P.org ///
61 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.060337 seconds and 4 git commands to generate.