]> git.gir.st - VimFx.git/commit
Remove check for 'close' class for clickable elements
authorSimon Lydell <simon.lydell@gmail.com>
Sun, 24 Jan 2016 09:22:55 +0000 (10:22 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sun, 24 Jan 2016 09:22:55 +0000 (10:22 +0100)
commit7bc6a6683a93a8a1b914e9ac07ecb895eb606f10
treeef9c7ac8448da877ca05382443fddfd7c216a836
parent33868823a66f229e5de1c4e0618aced57b4c9932
Remove check for 'close' class for clickable elements

It gave too many false positives because of the word 'closed' in many classes.
Instead of trying to switch to a regex to avoid those cases, I'm trying to
completely remove the check. Hopefully the other matching rules are enough.
extension/lib/commands-frame.coffee
Imprint / Impressum