RE: reopen?

2006-08-28 Thread Gene Kwiecinski
>assuming a file has been changed underneath vim, and I know about it, >how can I reopen that file replacing the current file's buffer contents? In most cases when you toggle back to that window, it'll be smart enough to pop up a box and let you know that the file's been cha

Re: reopen?

2006-08-25 Thread Tim Chase
assuming a file has been changed underneath vim, and I know about it, how can I reopen that file replacing the current file's buffer contents? I find Vim's usually pretty smart (though that might be gvim capturing an ActivateWindow message, and console-vim might not have the s

RE: reopen?

2006-08-25 Thread Max Dyckhoff
:e reloads the current file. Max > -Original Message- > From: Lev Lvovsky [mailto:[EMAIL PROTECTED] > Sent: Friday, August 25, 2006 11:45 AM > To: vim@vim.org > Subject: reopen? > > assuming a file has been changed underneath vim, and I know about it, > ho

reopen?

2006-08-25 Thread Lev Lvovsky
assuming a file has been changed underneath vim, and I know about it, how can I reopen that file replacing the current file's buffer contents? thank you! -lev