:h autoread
says:
When a file has been detected to have been changed outside of Vim and it has not been changed inside of Vim, automatically read it again.
After putting set autoread
in my vimrc
, I open a file with Vim, switch to another editor, change the file, and wait to see the changes in Vim as well. Nothing happens. I have to use :e
to reload the file with the new content.
What did I miss? I'm using Vim 7.2 on Mac 10.5.8