comparison src/ex_docmd.c @ 2238:3d0a7beb0d75 vim73

Made reading/writing undo info a bit more robust.
author Bram Moolenaar <bram@vim.org>
date Sun, 30 May 2010 20:40:11 +0200
parents cccb71c2c5c1
children 1bac28a53fae
comparison
equal deleted inserted replaced
2237:770485470e59 2238:3d0a7beb0d75
8476 exarg_T *eap; 8476 exarg_T *eap;
8477 { 8477 {
8478 char_u hash[UNDO_HASH_SIZE]; 8478 char_u hash[UNDO_HASH_SIZE];
8479 8479
8480 u_compute_hash(hash); 8480 u_compute_hash(hash);
8481 u_read_undo(eap->arg, hash); 8481 u_read_undo(eap->arg, hash, NULL);
8482 } 8482 }
8483 #endif 8483 #endif
8484 8484
8485 /* 8485 /*
8486 * ":redo". 8486 * ":redo".