From: Iain Patterson Date: Fri, 16 Jan 2009 17:35:48 +0000 (+0000) Subject: Some fields were being deleted erroneously. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=3222c5168f5cbc028ea147a071e3fd94460aae6d;p=profile.git Some fields were being deleted erroneously. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@172 6be0d1a5-5cfe-0310-89b6-964be062b18b --- diff --git a/.vim/script/p4 b/.vim/script/p4 index 34e8af4..f599b3f 100644 --- a/.vim/script/p4 +++ b/.vim/script/p4 @@ -11,9 +11,13 @@ fun! P4submit() let @" = "" try " Delete the spec blurb if it exists. - /^# A Perforce Change Spec/,/^$/d + /^# A Perforce Change Spec/,/^# *(New changelists only\.)$/d " If the blurb was deleted the text will be in the unnamed register. - if @" != "" + if @" != "grgergregergeg" + " Delete the blank line left above the remaining fields. + 1 + delete + " Allow closing an unmodified spec. set nomod