X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.vim%2Fscript%2Fp4;h=9f77833de1c57151e7640cd8a02be0017d0c44af;hp=402634db45d40d56243e5e5d4983f2b8bceaf91f;hb=258988f92389cb66122778b4876a1390b7e6ae00;hpb=87fd00a95f29f7c98cef42dacc16910b243d81ff 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()