]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.280
- recognize update_mime_database
[packages/vim.git] / 7.1.280
CommitLineData
21166df1
AG
1To: vim-dev@vim.org
2Subject: Patch 7.1.280
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.280 (after 7.1.275)
11Problem: Mac: build problems when not using multibyte feature. (Nicholas
12 Stallard)
13Solution: Don't define USE_IM_CONTROL when not using multibyte.
14Files: src/vim.h
15
16
17*** ../vim-7.1.279/src/vim.h Wed Mar 12 17:25:50 2008
18--- src/vim.h Thu Mar 13 23:39:21 2008
19***************
20*** 463,469 ****
21 */
22 #if defined(FEAT_XIM) \
23 || (defined(FEAT_GUI) && (defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))) \
24! || defined(FEAT_GUI_MAC)
25 # define USE_IM_CONTROL
26 #endif
27
28--- 466,472 ----
29 */
30 #if defined(FEAT_XIM) \
31 || (defined(FEAT_GUI) && (defined(FEAT_MBYTE_IME) || defined(GLOBAL_IME))) \
32! || (defined(FEAT_GUI_MAC) && defined(FEAT_MBYTE))
33 # define USE_IM_CONTROL
34 #endif
35
36*** ../vim-7.1.279/src/version.c Sat Mar 15 12:40:23 2008
37--- src/version.c Sat Mar 15 13:08:40 2008
38***************
39*** 668,669 ****
40--- 668,671 ----
41 { /* Add new patch number below this line */
42+ /**/
43+ 280,
44 /**/
45
46--
47Why is it called "Windows"? "Gates" would be more appropriate...
48
49 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
50/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51\\\ download, build and distribute -- http://www.A-A-P.org ///
52 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.027949 seconds and 4 git commands to generate.