]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.137
- typo
[packages/vim.git] / 7.1.137
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.137
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.1.137
11 Problem:    Build failure when using EXITFREE. (Dominique Pelle)
12 Solution:   Add an #ifdef around using clip_exclude_prog.
13 Files:      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 -- 
41 For society, it's probably a good thing that engineers value function over
42 appearance.  For example, you wouldn't want engineers to build nuclear power
43 plants 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.041533 seconds and 3 git commands to generate.