]> git.gir.st - VimFx.git/commit
Always treat the hint chars' case as-is
authorSimon Lydell <simon.lydell@gmail.com>
Thu, 15 Sep 2016 15:11:50 +0000 (17:11 +0200)
committerSimon Lydell <simon.lydell@gmail.com>
Thu, 15 Sep 2016 15:11:50 +0000 (17:11 +0200)
commita6b54b416ab39801bdc234afdd01ebe9af10daf3
treed248a879282fb9af6ae76d6616fea1afe6b118da
parentc46f58f38b6d3650fb1b2cb978dbc9cd7590e301
Always treat the hint chars' case as-is

Since filtering hint markers by element text isn't available for the
`eb` command, the hint chars were previously treated as case insensitive
for that command. Similarly, they were also treated as case insensitive
when disabling the `hints.match_text` option.

However, the above led to numerous bugs. This commit simply gets rid of
that behavior, and keeps the hint chars consistent across all `f`
commands and options instead.
extension/lib/commands.coffee
extension/lib/hints-mode.coffee
Imprint / Impressum