X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.vim%2Fscript%2Fsvn;h=3dd61a308f3b3132895cab5a8c6cc29e8a741294;hp=8ee0390feb7b886c00f10c32c7afc40d3f52845d;hb=258988f92389cb66122778b4876a1390b7e6ae00;hpb=87fd00a95f29f7c98cef42dacc16910b243d81ff diff --git a/.vim/script/svn b/.vim/script/svn index 8ee0390..3dd61a3 100644 --- a/.vim/script/svn +++ b/.vim/script/svn @@ -25,7 +25,7 @@ endfun " Expand the command line window so we don't have to press RETURN later. let s:cmdheight = &cmdheight -se cmdheight=2 +se cmdheight=3 " Call and then discard our function. call SVNcommit()