From 258988f92389cb66122778b4876a1390b7e6ae00 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Wed, 20 Aug 2008 09:25:28 +0000 Subject: [PATCH] Set scratch buffer name. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@139 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .vim/script/p4 | 2 +- .vim/script/svn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() -- 2.20.1