| author | Alexander Solovyov <piranha@piranha.org.ua> |
| Sat, 27 Jun 2009 20:58:12 +0300 | |
| changeset 20 | a1423afc1160 |
| parent 19 | 70838ce7b26a |
| child 21 | b05cd4f91f53 |
| fancycmd.py | file | annotate | diff | comparison | revisions |
--- a/fancycmd.py Sat Jun 27 20:52:15 2009 +0300 +++ b/fancycmd.py Sat Jun 27 20:58:12 2009 +0300 @@ -13,7 +13,7 @@ ''' def helplist(): hlp = {} - # determine if there any command marked for shortlist + # determine if any command is marked for shortlist shortlist = (name == 'shortlist' and any(imap(lambda x: x.startswith('^'), cmdtable)))