tpope / vim-unimpaired

unimpaired.vim: Pairs of handy bracket mappings
https://www.vim.org/scripts/script.php?script_id=1590
3.31k stars 205 forks source link

[f and ]f seem to be working unpredictably #215

Closed casr closed 3 years ago

casr commented 3 years ago

Given a play through of:

file: aggregators/AggregatorQuotePage.tsx
]f  # forwards
file: blog/BlogDetail/blocks.js
[f  # backwards
file: blog/BlogDetail/GuideH2.js   # should be back on aggregators/AggregatorQuotePage.tsx

File system is not case-sensitive and operating system is macOS.

casr commented 3 years ago

I can confirm that it now works predictably. Thank you for providing a fix so quickly!