forked from aniani/vim
Made reading/writing undo info a bit more robust.
This commit is contained in:
@@ -8478,7 +8478,7 @@ ex_rundo(eap)
|
||||
char_u hash[UNDO_HASH_SIZE];
|
||||
|
||||
u_compute_hash(hash);
|
||||
u_read_undo(eap->arg, hash);
|
||||
u_read_undo(eap->arg, hash, NULL);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user