]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.136
- new
[packages/vim.git] / 7.3.136
CommitLineData
7fd9e930
ER
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.136
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.136
11Problem: Duplicate include of assert.h.
12Solution: Remove it.
13Files: src/if_cscope.c
14
15
16*** ../vim-7.3.135/src/if_cscope.c 2010-12-30 11:41:05.000000000 +0100
17--- src/if_cscope.c 2011-03-03 15:01:15.000000000 +0100
18***************
19*** 13,19 ****
20
21 #if defined(FEAT_CSCOPE) || defined(PROTO)
22
23- #include <assert.h>
24 #include <sys/types.h>
25 #include <sys/stat.h>
26 #if defined(UNIX)
27--- 13,18 ----
28*** ../vim-7.3.135/src/version.c 2011-02-25 18:38:29.000000000 +0100
29--- src/version.c 2011-03-03 14:59:32.000000000 +0100
30***************
31*** 716,717 ****
32--- 716,719 ----
33 { /* Add new patch number below this line */
34+ /**/
35+ 136,
36 /**/
37
38--
39ARTHUR: You fight with the strength of many men, Sir knight.
40 I am Arthur, King of the Britons. [pause]
41 I seek the finest and the bravest knights in the land to join me
42 in my Court of Camelot. [pause]
43 You have proved yourself worthy; will you join me? [pause]
44 You make me sad. So be it. Come, Patsy.
45BLACK KNIGHT: None shall pass.
46 The Quest for the Holy Grail (Monty Python)
47
48 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
49/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
50\\\ an exciting new programming language -- http://www.Zimbu.org ///
51 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.052961 seconds and 4 git commands to generate.