From: Iain Patterson Date: Fri, 4 Jun 2010 12:44:42 +0000 (+0100) Subject: Put the cursor over the description placeholder. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=67fb88faeb67ebc6a6401ca8935364f5a2ee68e3;p=profile.git Put the cursor over the description placeholder. Previously we did a reverse search for 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. --- diff --git a/.vim/script/p4 b/.vim/script/p4 index 286130b..56958f8 100644 --- 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