~ubuntu-branches/ubuntu/warty/vim/warty

« back to all changes in this revision

Viewing changes to upstream/patches/6.3.016

  • Committer: Bazaar Package Importer
  • Author(s): Jeff Waugh
  • Date: 2004-10-08 10:04:36 UTC
  • Revision ID: james.westby@ubuntu.com-20041008100436-xp63tppe72zhxjvn
Tags: 1:6.3-025+1ubuntu2
* debian/vim-gnome.desktop:
  - Disable menu item.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
To: vim-dev@vim.org
 
2
Subject: Patch 6.3.016
 
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 6.3.016
 
11
Problem:    The default value for 'define' has "\s" before '#'.
 
12
Solution:   Add a star after "\s". (Herculano de Lima Einloft Neto)
 
13
Files:      src/option.c
 
14
 
 
15
 
 
16
*** ../vim-6.3.015/src/option.c Tue Jul 20 17:12:01 2004
 
17
--- src/option.c        Thu Aug 26 15:56:30 2004
 
18
***************
 
19
*** 696,702 ****
 
20
      {"define",            "def",  P_STRING|P_ALLOCED|P_VI_DEF,
 
21
  #ifdef FEAT_FIND_ID
 
22
                            (char_u *)&p_def, OPT_BOTH(PV_DEF),
 
23
!                           {(char_u *)"^\\s#\\s*define", (char_u *)0L}
 
24
  #else
 
25
                            (char_u *)NULL, PV_NONE,
 
26
                            {(char_u *)NULL, (char_u *)0L}
 
27
--- 696,702 ----
 
28
      {"define",            "def",  P_STRING|P_ALLOCED|P_VI_DEF,
 
29
  #ifdef FEAT_FIND_ID
 
30
                            (char_u *)&p_def, OPT_BOTH(PV_DEF),
 
31
!                           {(char_u *)"^\\s*#\\s*define", (char_u *)0L}
 
32
  #else
 
33
                            (char_u *)NULL, PV_NONE,
 
34
                            {(char_u *)NULL, (char_u *)0L}
 
35
*** ../vim-6.3.015/src/version.c        Wed Jul 28 11:55:03 2004
 
36
--- src/version.c       Thu Aug 26 15:58:03 2004
 
37
***************
 
38
*** 643,644 ****
 
39
--- 643,646 ----
 
40
  {   /* Add new patch number below this line */
 
41
+ /**/
 
42
+     16,
 
43
  /**/
 
44
 
 
45
-- 
 
46
hundred-and-one symptoms of being an internet addict:
 
47
140. You'd rather catch a score on the web than watch the game as
 
48
     it is being played on tv.
 
49
 
 
50
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
 
51
///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
 
52
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
 
53
 \\\  Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///