From f323f70672f417e225e7135de8b4c49cf81d3f70 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Wed, 19 May 2010 14:26:30 +0100 Subject: [PATCH] Set formatting in changelist window. --- .vim/script/p4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vim/script/p4 b/.vim/script/p4 index 404d80d..286130b 100644 --- a/.vim/script/p4 +++ b/.vim/script/p4 @@ -56,6 +56,10 @@ fun! P4submit() normal G ?^Description: let @/ = "" + + " Set formatting. + se noexpandtab + se ts=8 endif catch " We get here if no blurb was deleted. This is the case if we aren't -- 2.20.1