From 205d13a1682023654539a9816055c014bb4dccca Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 22 Aug 2008 15:30:32 +0000 Subject: [PATCH] Use canonical diff format. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@140 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .vim/script/p4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/script/p4 b/.vim/script/p4 index 9f77833..ecaacaf 100644 --- a/.vim/script/p4 +++ b/.vim/script/p4 @@ -17,7 +17,7 @@ fun! P4submit() " Create a new window, move it below the spec and read in a diff. botright new - r!p4 diff + r!env P4DIFF= p4 diff -du setf diff " Delete the blank line left above the diff. -- 2.7.4