-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Description
I commonly use :bd to close vimagit (hard to overcome that muscle memory and use Q)
This has been working fine for months when I was using commit cafba10. Recently I upgraded to commit 5921ef4 and now I am getting an error. Here are my steps:
Modify a file --> Open Magit with :Magit
--> Stage file --> close with :bd
--> Open again with :Magit
--> error
(This is happening in a brand new repo. Just started it with git init .
)
Note: I do not see this error if I close with Q.
Error detected while processing BufEnter Auto commands for "magit:///Users/abaldwin/blarg/":
E121: Undefined variable: b:magit_current_commit_mode
OSX 10.11.6
iTerm 3.0.15
nvim 0.1.7
vimagit 5921ef4
P.S.
Awesome plugin by the way 👍
guyzmojreybert