commit | 996343d38e96863685adefacecbb888655b7aa43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 22:20:21 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 22:20:21 2010 +0200 |
tree | 677c6ecdbd66d4be6657abb5624c4991857882a8 | |
parent | b2c0350c67736b0e054718fb5bf136147ee2261e [diff] [blame] |
Mainly documentation updates.
diff --git a/src/memline.c b/src/memline.c index aa901a9..0268087 100644 --- a/src/memline.c +++ b/src/memline.c
@@ -1259,7 +1259,7 @@ #else if (b0p->b0_id[1] != BLOCK0_ID1) { - EMSG2(_("E000: %s is encrypted and this version of Vim does not support encryption"), mfp->mf_fname); + EMSG2(_("E833: %s is encrypted and this version of Vim does not support encryption"), mfp->mf_fname); goto theend; } #endif