From 67fb88faeb67ebc6a6401ca8935364f5a2ee68e3 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 4 Jun 2010 13:44:42 +0100 Subject: [PATCH] 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. --- .vim/script/p4 | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1