Vim 7.4 won't let us quit windows from a script.
authorIain Patterson <me@iain.cx>
Mon, 27 Jan 2014 16:55:23 +0000 (16:55 +0000)
committerIain Patterson <me@iain.cx>
Mon, 27 Jan 2014 17:02:35 +0000 (17:02 +0000)
commit06d0d0563b6cee6b5291563c080daac155b83cb2
treeadc4ba50e0f632dc7676896e7840d9653344ebc5
parentf0503276edd74aa465df5248ff5888df13646f18
Vim 7.4 won't let us quit windows from a script.

The Perforce and Subversion commit and merge scripts want to quit when
the commit message window has been closed, since the only other window
shown really should be the diff.

Vim 7.4's paranoia about scripts closing windows make quitting tricky...
.vim/script/merge
.vim/script/p4
.vim/script/svn