Added extra line before vim line at bottom.

This commit is contained in:
Jeremy Fincher 2003-03-26 02:41:39 +00:00
parent db69351721
commit 05b6303684

View File

@ -441,4 +441,5 @@ class PrivmsgRegexp(Privmsg):
if msg:
irc = IrcObjectProxyRegexp(irc)
self.callCommand(method, irc, msg, m)
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: