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
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 theq
command you will get the following error: