]> git.gir.st - VimFx.git/commit
Find `<label>` elements in the first pass for `f`
authorSimon Lydell <simon.lydell@gmail.com>
Tue, 8 Nov 2016 18:43:32 +0000 (19:43 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Tue, 8 Nov 2016 18:43:32 +0000 (19:43 +0100)
commitb6359c3584ba185d41e6cb2df78c52ddc2cf13e9
tree00661a016321b4e1a773b9e9e48b23d0836bad11
parent0d6fe1f604b1497c17aac7fbf7caf8ac64ada948
Find `<label>` elements in the first pass for `f`

It is common to implement custom styled checkboxes and radiobuttons by
hiding the actual `<input>` element and style its `<label>` instead.
Therefore it makes sense to find them in the first pass, so you don't
have to wait for their labels so long. This does not seem to degrade the
performance of the first pass.
extension/lib/commands-frame.coffee
Imprint / Impressum