diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-31 19:02:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-31 19:02:28 +0000 |
commit | 65c1b0166982f95d78106c3f0a3fac48424ba87d (patch) | |
tree | 515b58b1baf5972dee67de2cbe8e52d78c4d3ba6 /src/globals.h | |
parent | 0182465bc07ec10606102ba744724f2b760c2bf9 (diff) | |
download | vim-git-65c1b0166982f95d78106c3f0a3fac48424ba87d.tar.gz |
updated for version 7.0046
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 7580dd092..555c19e4e 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1397,7 +1397,7 @@ EXTERN char_u e_invexprmsg[] INIT(=N_("E449: Invalid expression received")); #endif #ifdef FEAT_NETBEANS_INTG EXTERN char_u e_guarded[] INIT(=N_("E463: Region is guarded, cannot modify")); -EXTERN char_u e_nbreadonly[] INIT(=N_("E680: NetBeans does not allow changes in read-only files")); +EXTERN char_u e_nbreadonly[] INIT(=N_("E744: NetBeans does not allow changes in read-only files")); #endif #if defined(FEAT_EVAL) || defined(FEAT_SYN_HL) EXTERN char_u e_intern2[] INIT(=N_("E685: Internal error: %s")); |