]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.078
- updated to 0.7.3
[packages/vim.git] / 7.0.078
1 To: vim-dev@vim.org
2 Subject: Patch 7.0.078
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.0.078
11 Problem:    There are two error messages E46.
12 Solution:   Change the number for the sandbox message to E794.
13 Files:      src/globals.h
14
15
16 *** ../vim-7.0.077/src/globals.h        Sun Apr 30 20:32:38 2006
17 --- src/globals.h       Sat Sep  2 13:12:55 2006
18 ***************
19 *** 1441,1447 ****
20   EXTERN char_u e_readonly[]    INIT(= N_("E45: 'readonly' option is set (add ! to override)"));
21   #ifdef FEAT_EVAL
22   EXTERN char_u e_readonlyvar[] INIT(= N_("E46: Cannot change read-only variable \"%s\""));
23 ! EXTERN char_u e_readonlysbx[] INIT(= N_("E46: Cannot set variable in the sandbox: \"%s\""));
24   #endif
25   #ifdef FEAT_QUICKFIX
26   EXTERN char_u e_readerrf[]    INIT(= N_("E47: Error while reading errorfile"));
27 --- 1441,1447 ----
28   EXTERN char_u e_readonly[]    INIT(= N_("E45: 'readonly' option is set (add ! to override)"));
29   #ifdef FEAT_EVAL
30   EXTERN char_u e_readonlyvar[] INIT(= N_("E46: Cannot change read-only variable \"%s\""));
31 ! EXTERN char_u e_readonlysbx[] INIT(= N_("E794: Cannot set variable in the sandbox: \"%s\""));
32   #endif
33   #ifdef FEAT_QUICKFIX
34   EXTERN char_u e_readerrf[]    INIT(= N_("E47: Error while reading errorfile"));
35 *** ../vim-7.0.077/src/version.c        Sat Sep  2 13:45:01 2006
36 --- src/version.c       Sat Sep  2 14:08:12 2006
37 ***************
38 *** 668,669 ****
39 --- 668,671 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     78,
43   /**/
44
45 -- 
46 "Intelligence has much less practical application than you'd think."
47                   -- Scott Adams, Dilbert.
48
49  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
50 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51 \\\        download, build and distribute -- http://www.A-A-P.org        ///
52  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.039461 seconds and 3 git commands to generate.