0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

Add test for gettabvar() and settabvar().

This commit is contained in:
Bram Moolenaar
2010-05-31 21:27:30 +02:00
parent a3ff49fdcc
commit 20a825ae0f
6 changed files with 38 additions and 6 deletions

View File

@@ -3749,7 +3749,7 @@ update_keys(c)
int c; /* byte of plain text */
{
if (use_crypt_method > 0)
bf_ofb_update( (unsigned char) c);
bf_ofb_update(c);
else
{
keys[0] = CRC32(keys[0], c);