--- a/plugin.py Wed Jul 15 17:10:45 2009 -0700+++ b/plugin.py Sun Aug 09 12:27:55 2009 -0700@@ -121,7 +121,7 @@ def fmt(text): lines = text.splitlines() out = []- for line in lines:+ for line in lines[:3]: line = line.strip() if not line or line.startswith('aliases:'): continue