Hi David,

On Sat, 20 May 2006 11:09:32 +0100
David Woodfall <[EMAIL PROTECTED]> wrote:

> Just wondered if there is a way to reload a file. I sometimes edit
> files, save them, and then run a process that may change the file.
> I'd like to know if there is a way to reload the changed file into
> vim from within.
> 

        :e!<cr>


:e reload the current file
!  override any changes
<cr> means hit the enter key


cheers,


-- 
Mark

Reply via email to