From: Iain Patterson Date: Wed, 19 May 2010 13:26:30 +0000 (+0100) Subject: Set formatting in changelist window. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=f323f70672f417e225e7135de8b4c49cf81d3f70 Set formatting in changelist window. --- 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