0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

Made reading/writing undo info a bit more robust.

This commit is contained in:
Bram Moolenaar
2010-05-30 20:40:11 +02:00
parent fd3e5dc97f
commit 6ed8ed84f9
6 changed files with 241 additions and 166 deletions

View File

@@ -2588,7 +2588,7 @@ failed:
char_u hash[UNDO_HASH_SIZE];
sha256_finish(&sha_ctx, hash);
u_read_undo(NULL, hash);
u_read_undo(NULL, hash, fname);
}
#endif