]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.137
- typo
[packages/vim.git] / 7.1.137
CommitLineData
25f687b8
AM
1To: vim-dev@vim.org
2Subject: Patch 7.1.137
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.137
11Problem: Build failure when using EXITFREE. (Dominique Pelle)
12Solution: Add an #ifdef around using clip_exclude_prog.
13Files: src/misc2.c
14
15
16*** ../vim-7.1.136/src/misc2.c Sat Sep 29 14:15:00 2007
17--- src/misc2.c Sun Sep 30 18:00:09 2007
18***************
19*** 1037,1043 ****
20--- 1038,1046 ----
21
22 /* Free some global vars. */
23 vim_free(username);
24+ # ifdef FEAT_CLIPBOARD
25 vim_free(clip_exclude_prog);
26+ # endif
27 vim_free(last_cmdline);
28 vim_free(new_last_cmdline);
29 set_keep_msg(NULL, 0);
30*** ../vim-7.1.136/src/version.c Sun Oct 7 15:21:31 2007
31--- src/version.c Sun Oct 7 15:42:26 2007
32***************
33*** 668,669 ****
34--- 668,671 ----
35 { /* Add new patch number below this line */
36+ /**/
37+ 137,
38 /**/
39
40--
41For society, it's probably a good thing that engineers value function over
42appearance. For example, you wouldn't want engineers to build nuclear power
43plants that only _look_ like they would keep all the radiation inside.
44 (Scott Adams - The Dilbert principle)
45
46 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
47/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
48\\\ download, build and distribute -- http://www.A-A-P.org ///
49 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.304309 seconds and 4 git commands to generate.