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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user