How do you reload all vim windows at once?

Viewed 15204

I have a few files open in vim, in multiple windows. Is there a command like :e that will reload the buffers for all the files I have open? I need this because I sometime alter some of the files with another editor while they are also open in vim.

3 Answers
Related