feat/persistent-undo: Fix bug in persistence with differing undolevels
commit56204d1bc2950c7ecd346713409a50ed12c53a64
authorJordan Lewis <jordanthelewis@gmail.com>
Sun, 2 May 2010 17:42:33 +0000 (2 12:42 -0500)
committerJordan Lewis <jordanthelewis@gmail.com>
Sun, 2 May 2010 19:52:59 +0000 (2 14:52 -0500)
treea8afe93012117c35a1ee50b3f282b17c8875147c
parent434143efdeb7f34b90a7d44edec0e5e84cffc410
feat/persistent-undo: Fix bug in persistence with differing undolevels

Trying to restore an undo file saved with a different undolevel setting
than the current one would cause an error, and so would trying to
restore an undo file saved after undo tree pruning due to exceeding
undolevels. This behavior has been corrected.
src/undo.c