Skip to content

Instantly share code, notes, and snippets.

@radamant
Created February 8, 2011 22:30
Show Gist options
  • Select an option

  • Save radamant/817413 to your computer and use it in GitHub Desktop.

Select an option

Save radamant/817413 to your computer and use it in GitHub Desktop.
function! ReloadAllBuffers()
set noconfirm
:bufdo e!
set confirm
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment