From 1dc5a068c5140740edf18ce0542387abed45413f Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 6 May 2005 02:36:10 +0000 Subject: [PATCH] Add Vim modeline to supybot-wizard. --- scripts/supybot-wizard | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 261ae3143..bae1b25a1 100644 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -661,3 +661,5 @@ if __name__ == '__main__': output("""Well, it looks like you canceled out of the wizard before it was done. Unfortunately, I didn't get to write anything to file. Please run the wizard again to completion.""") + +# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: