Making vim git aware.

Posted by anon on Stack Overflow See other posts from Stack Overflow or by anon
Published on 2010-03-22T23:39:34Z Indexed on 2010/03/22 23:41 UTC
Read the original article Hit count: 371

Filed under:
|
  1. I use Vim & Git together.
  2. I tend to merge/switch Git branches alot.
  3. I tend to have lots of vim buffers open.

  4. Is there a way to tell vim: when I execute this git command (which switches branches), reload all buffers? Since I have hooks into all my vim-git interaction, letting vim know when to do the reload is not a problem. The question is: how to force vim to reload all buffers?

© Stack Overflow or respective owner

Related posts about vim

Related posts about git