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:
ec3edda
)
Put the cursor over the description placeholder.
author
Iain Patterson
<me@iain.cx>
Fri, 4 Jun 2010 12:44:42 +0000
(13:44 +0100)
committer
Iain Patterson
<me@iain.cx>
Fri, 25 Jun 2010 10:48:03 +0000
(11:48 +0100)
Previously we did a reverse search for <enter description here> but
changed to finding the Description header so it was always visible.
Still look for Description but immediately put the cursor down a line
ready to type.
.vim/script/p4
patch
|
blob
|
history
diff --git
a/.vim/script/p4
b/.vim/script/p4
index
286130b
..
56958f8
100644
(file)
--- a/
.vim/script/p4
+++ b/
.vim/script/p4
@@
-56,6
+56,8
@@
fun! P4submit()
normal G
?^Description:
let @/ = ""
+ normal j
+ normal ^
" Set formatting.
se noexpandtab