Hi, Just one remark showing another use case where this dialog isn't wanted.
Tony Mechelynck wrote: > You can intercept the FileChangedShell event: > > :au FileChangedShell * let v:fcs_choice = "reload" > > However, if it happens to you often and for many files at a time, maybe > you should change your editing habits. The dialog pops up also when the access rights have been changed. And this can happen when you work with particular version control systems and you check the files or directories in or out. Its like a chmod a-w, a+w. It's a quite common use case for me to have 10 or even more files open in tabs as they belong to one software module. If I check them frequently in and out using the command line, you can imagine what happens ... Anyway, Tony, thanks for the hint with the FileChangedShell interception. Rgds, Stephan. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
