Set scratch buffer name.
authorIain Patterson <me@iain.cx>
Wed, 20 Aug 2008 09:25:28 +0000 (09:25 +0000)
committerIain Patterson <me@iain.cx>
Wed, 20 Aug 2008 09:25:28 +0000 (09:25 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@139 6be0d1a5-5cfe-0310-89b6-964be062b18b

.vim/script/p4
.vim/script/svn

index 402634d..9f77833 100644 (file)
@@ -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()
index 8ee0390..3dd61a3 100644 (file)
@@ -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()