gregsexton / gitv

gitk for Vim.
936 stars 59 forks source link

Cannot close last tab page #28

Closed rainerborene closed 12 years ago

rainerborene commented 12 years ago

I'm using the bash alias gitv='vim .git/index -c "Gitv --all" -c "tabonly" to open gitv. But If you try to quit using the q command you will get the following error:

Error detected while processing function <SNR>40_CloseGitv:
line 8:
E784: Cannot close last tab page
gregsexton commented 12 years ago

Just pushed a fix for this. Thanks.