You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to show that `ignore_case` and `smart_case` interplay the way I
describe here:
- #431
Note that we're testing the matcher directly here, so Neovim settings
and defaults play no role in these tests. If you look at the definition
of `matcher_new` in "lua/wincent/commandt/private/lib.lua", you can see
where we set both `ignore_case` and `smart_case` to `true`.
When running inside Neovim, things are a little bit different,
because if you don't set an explicit value for these settings,
we grab `vim.o.ignorecase` and `vim.o.smartcase` (see
"lua/wincent/commandt/init.lua" for that).
0 commit comments