I want to use gvim to view a log file which is being updated continuously, such that I always see the last updated line, much like tail command in unix. Is it possible?
Or a less elegant solution on a vim 7.x would be just do :e! whenever you need the update .