]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.420
- new
[packages/vim.git] / 7.2.420
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.420
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.2.420
11 Problem:    ":argedit" does not accept "++enc=utf8" as documented. (Dominique
12             Pelle)
13 Solution:   Add the ARGOPT flag to ":argedit".
14 Files:      src/ex_cmds.h
15
16
17 *** ../vim-7.2.419/src/ex_cmds.h        2009-07-09 15:55:34.000000000 +0200
18 --- src/ex_cmds.h       2010-05-13 16:18:38.000000000 +0200
19 ***************
20 *** 52,58 ****
21   #define ARGOPT              0x40000L  /* allow "++opt=val" argument */
22   #define SBOXOK              0x80000L  /* allowed in the sandbox */
23   #define CMDWIN             0x100000L  /* allowed in cmdline window */
24 ! #define MODIFY       0x200000L  /* forbidden in non-'modifiable' buffer */
25   #define EXFLAGS      0x400000L        /* allow flags after count in argument */
26   #define FILES (XFILE | EXTRA) /* multiple extra files allowed */
27   #define WORD1 (EXTRA | NOSPC) /* one extra word allowed */
28 --- 52,58 ----
29   #define ARGOPT              0x40000L  /* allow "++opt=val" argument */
30   #define SBOXOK              0x80000L  /* allowed in the sandbox */
31   #define CMDWIN             0x100000L  /* allowed in cmdline window */
32 ! #define MODIFY       0x200000L        /* forbidden in non-'modifiable' buffer */
33   #define EXFLAGS      0x400000L        /* allow flags after count in argument */
34   #define FILES (XFILE | EXTRA) /* multiple extra files allowed */
35   #define WORD1 (EXTRA | NOSPC) /* one extra word allowed */
36 ***************
37 *** 116,122 ****
38   EX(CMD_argdo,         "argdo",        ex_listdo,
39                         BANG|NEEDARG|EXTRA|NOTRLCOM),
40   EX(CMD_argedit,               "argedit",      ex_argedit,
41 !                       BANG|NEEDARG|RANGE|NOTADR|FILE1|EDITCMD|TRLBAR),
42   EX(CMD_argglobal,     "argglobal",    ex_args,
43                         BANG|FILES|EDITCMD|ARGOPT|TRLBAR),
44   EX(CMD_arglocal,      "arglocal",     ex_args,
45 --- 116,122 ----
46   EX(CMD_argdo,         "argdo",        ex_listdo,
47                         BANG|NEEDARG|EXTRA|NOTRLCOM),
48   EX(CMD_argedit,               "argedit",      ex_argedit,
49 !                       BANG|NEEDARG|RANGE|NOTADR|FILE1|EDITCMD|ARGOPT|TRLBAR),
50   EX(CMD_argglobal,     "argglobal",    ex_args,
51                         BANG|FILES|EDITCMD|ARGOPT|TRLBAR),
52   EX(CMD_arglocal,      "arglocal",     ex_args,
53 *** ../vim-7.2.419/src/version.c        2010-05-13 16:31:15.000000000 +0200
54 --- src/version.c       2010-05-13 16:43:30.000000000 +0200
55 ***************
56 *** 683,684 ****
57 --- 683,686 ----
58   {   /* Add new patch number below this line */
59 + /**/
60 +     420,
61   /**/
62
63 -- 
64 hundred-and-one symptoms of being an internet addict:
65 33. You name your children Eudora, Mozilla and Dotcom.
66
67  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
68 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
69 \\\        download, build and distribute -- http://www.A-A-P.org        ///
70  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.037822 seconds and 3 git commands to generate.