MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

Fixed a bug when an event has more than one au groups #102

Closed samflores closed 11 years ago

samflores commented 11 years ago

event_to_group is a dict and not a list. Its values are lists.