Some fields were being deleted erroneously.
authorIain Patterson <me@iain.cx>
Fri, 16 Jan 2009 17:35:48 +0000 (17:35 +0000)
committerIain Patterson <me@iain.cx>
Fri, 16 Jan 2009 17:35:48 +0000 (17:35 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@172 6be0d1a5-5cfe-0310-89b6-964be062b18b

.vim/script/p4

index 34e8af4..f599b3f 100644 (file)
@@ -11,9 +11,13 @@ fun! P4submit()
     let @" = ""
     try
       " Delete the spec blurb if it exists.
     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 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
 
         " Allow closing an unmodified spec.
         set nomod