Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions evil-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,8 @@ If STATE is nil, it means any state."
map)
((eq entry state)
map)
((and (listp entry) (member state entry))
map)
((eq entry 'all)
map))))

Expand All @@ -945,6 +947,8 @@ If STATE is nil, it means any state."
map)
((eq entry state)
map)
((and (listp entry) (member state entry))
map)
((eq entry 'all)
map))))

Expand Down