git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87fd00a
)
Set scratch buffer name.
author
Iain Patterson
<me@iain.cx>
Wed, 20 Aug 2008 09:25:28 +0000
(09:25 +0000)
committer
Iain 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
patch
|
blob
|
history
.vim/script/svn
patch
|
blob
|
history
diff --git
a/.vim/script/p4
b/.vim/script/p4
index
402634d
..
9f77833
100644
(file)
--- 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
(file)
--- 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()