Put the cursor over the description placeholder.
authorIain Patterson <me@iain.cx>
Fri, 4 Jun 2010 12:44:42 +0000 (13:44 +0100)
committerIain 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

index 286130b..56958f8 100644 (file)
@@ -56,6 +56,8 @@ fun! P4submit()
         normal G
         ?^Description:
         let @/ = ""
+        normal j
+        normal ^
 
         " Set formatting.
         se noexpandtab