From: Iain Patterson Date: Wed, 20 Aug 2008 09:25:28 +0000 (+0000) Subject: Set scratch buffer name. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=258988f92389cb66122778b4876a1390b7e6ae00 Set scratch buffer name. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@139 6be0d1a5-5cfe-0310-89b6-964be062b18b --- diff --git a/.vim/script/p4 b/.vim/script/p4 index 402634d..9f77833 100644 --- a/.vim/script/p4 +++ b/.vim/script/p4 @@ -45,7 +45,7 @@ endfun " Expand the command line window so we don't have to press RETURN later. let s:cmdheight = &cmdheight -set cmdheight=2 +set cmdheight=3 " Call and then discard our function. call P4submit() 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()