Re: Reread the file

2007-02-20 Thread A.J.Mechelynck
Bin Chen wrote: Hi, Can VIM configured to reload the opened file in a constant interval? Thanks. ABAI That requires a lot of fancy footwork, because the CursorHold and CursorHoldI events (q.v.) are fired if you don't hit a key for 'updatetime' milliseconds, but not again. Best

Re: Reread the file

2007-02-20 Thread Charles E Campbell Jr
Bin Chen wrote: Can VIM configured to reload the opened file in a constant interval? Not easily; there's no such configuration options. However, I suspect that there may be two if not more ways to do this: * use an outside process on a multitasking o/s to ping vim using remote_send()

Reread the file

2007-02-19 Thread Bin Chen
Hi, Can VIM configured to reload the opened file in a constant interval? Thanks. ABAI