diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-09-02 12:04:57 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-09-02 12:04:57 +0000 |
commit | 42dd2a16bf0bf0886ff628c3899c903427f697c5 (patch) | |
tree | d4e4afc1cb7f83951f234eb0416d52dd3f912a68 /src/globals.h | |
parent | 4e957aff02e4d998cd16ae37816079ab645d9881 (diff) | |
download | vim-git-42dd2a16bf0bf0886ff628c3899c903427f697c5.tar.gz |
updated for version 7.0-078v7.0.078
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h index 1287d249c..4106742a9 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1441,7 +1441,7 @@ EXTERN char_u e_re_corr[] INIT(= N_("E44: Corrupted regexp program")); EXTERN char_u e_readonly[] INIT(= N_("E45: 'readonly' option is set (add ! to override)")); #ifdef FEAT_EVAL EXTERN char_u e_readonlyvar[] INIT(= N_("E46: Cannot change read-only variable \"%s\"")); -EXTERN char_u e_readonlysbx[] INIT(= N_("E46: Cannot set variable in the sandbox: \"%s\"")); +EXTERN char_u e_readonlysbx[] INIT(= N_("E794: Cannot set variable in the sandbox: \"%s\"")); #endif #ifdef FEAT_QUICKFIX EXTERN char_u e_readerrf[] INIT(= N_("E47: Error while reading errorfile")); |