git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3630d98
)
Some fields were being deleted erroneously.
author
Iain Patterson
<me@iain.cx>
Fri, 16 Jan 2009 17:35:48 +0000
(17:35 +0000)
committer
Iain 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
patch
|
blob
|
history
diff --git
a/.vim/script/p4
b/.vim/script/p4
index
34e8af4
..
f599b3f
100644
(file)
--- 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