Those messages appear when the program get focus (again) it will then process all file change events it received while not being active. But apparently none where received.
This is identical to when you use 'touch', the reason for touch not working is because it only changes the file's meta data I've changed the event monitor to include attribute changes so touch should work in beta 2.
But vim does a rename/new file/del update so it should work like expected. Or are you using symbolic links and / or some special filesystem?
This is identical to when you use 'touch', the reason for touch not working is because it only changes the file's meta data I've changed the event monitor to include attribute changes so touch should work in beta 2.
But vim does a rename/new file/del update so it should work like expected. Or are you using symbolic links and / or some special filesystem?