On 4/10/06, Roth Shahar <[EMAIL PROTECTED]> wrote: > Hi all, > I'm using the wonderful mini-buffer explorer > (http://vim.sourceforge.net/scripts/script.php?script_id=159) which > displays a small toolbar of the opened buffers and allows easy > navigation between them. > The problem is that when I navigate from one buffer to the other the > undo "queue" is reset. If I go back to a previously used buffer I can't > undo any changes that I've previously made to that buffer. > Is this just the behavior of buffers in Vim or the behavior of the mini > explorer? Can something be made to change this behavior and still be > able to undo when I go back to a buffer?
Try :set hidden :help hidden Yakov
