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() would likely work
* possibly something can be done with libcall() Regards, Chip Campbell
