Files
fzf.vim/autoload
Junegunn Choi 4ae5a659f8 Fold g:fzf_action keys before the show key check
fzf#wrap turns them into --expect, which fzf matches with the same case
folding as a binding, so g:fzf_action = {'CTRL-O': 'split'} slipped past the
check. The footer advertised Show while --expect closed fzf instead.
2026-08-26 22:46:09 +09:00
..