On 8/8/06, Lev Lvovsky <[EMAIL PROTECTED]> wrote:
can vim keep track of each file's undo history, so that when switching between two or more files, the undo history is reloaded, or does one need to write the history to a file before switching?
Try :set hidden BTW vim does not have concept of writing undo history to disk. Vim either keeps undo history in memory, or drops it. Yakov
