~ubuntu-branches/ubuntu/edgy/vim/edgy-backports

« back to all changes in this revision

Viewing changes to upstream/patches/6.3.018

  • 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.018
 
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.018
 
11
Problem:    ":0argadd zero" added the argument after the first one, instead of
 
12
            before it. (Adri Verhoef)
 
13
Solution:   Accept a zero range for ":argadd".
 
14
Files:      src/ex_cmds.h
 
15
 
 
16
 
 
17
*** ../vim-6.3.017/src/ex_cmds.h        Wed Jun  9 14:56:25 2004
 
18
--- src/ex_cmds.h       Mon Aug 30 14:58:51 2004
 
19
***************
 
20
*** 109,115 ****
 
21
  EX(CMD_args,          "args",         ex_args,
 
22
                        BANG|FILES|EDITCMD|ARGOPT|TRLBAR),
 
23
  EX(CMD_argadd,                "argadd",       ex_argadd,
 
24
!                       BANG|NEEDARG|RANGE|NOTADR|COUNT|FILES|TRLBAR),
 
25
  EX(CMD_argdelete,     "argdelete",    ex_argdelete,
 
26
                        BANG|RANGE|NOTADR|COUNT|FILES|TRLBAR),
 
27
  EX(CMD_argdo,         "argdo",        ex_listdo,
 
28
--- 109,115 ----
 
29
  EX(CMD_args,          "args",         ex_args,
 
30
                        BANG|FILES|EDITCMD|ARGOPT|TRLBAR),
 
31
  EX(CMD_argadd,                "argadd",       ex_argadd,
 
32
!                       BANG|NEEDARG|RANGE|NOTADR|ZEROR|COUNT|FILES|TRLBAR),
 
33
  EX(CMD_argdelete,     "argdelete",    ex_argdelete,
 
34
                        BANG|RANGE|NOTADR|COUNT|FILES|TRLBAR),
 
35
  EX(CMD_argdo,         "argdo",        ex_listdo,
 
36
*** ../vim-6.3.017/src/version.c        Fri Aug 27 21:14:50 2004
 
37
--- src/version.c       Mon Aug 30 13:47:03 2004
 
38
***************
 
39
*** 643,644 ****
 
40
--- 643,646 ----
 
41
  {   /* Add new patch number below this line */
 
42
+ /**/
 
43
+     18,
 
44
  /**/
 
45
 
 
46
-- 
 
47
hundred-and-one symptoms of being an internet addict:
 
48
234. You started college as a chemistry major, and walk out four years
 
49
     later as an Internet provider.
 
50
 
 
51
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
 
52
///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
 
53
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
 
54
 \\\  Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///