0

I updated ctrlp today, and it does not search any more.

For example, I have a list like this after I press ctrl+p

> a/b/c/d.js
> a/b/c/e.js
> a/b/c/f.js

then i entered af, it gave me nothing, it should give me a/b/c/f.js in previous version.

Did I miss something here?

Sato
  • 8,192
  • 17
  • 60
  • 115
  • 1
    Yes, you missed the part where StackOverflow is not CtrlP's issue tracker. – romainl Jun 24 '16 at 09:20
  • since we have `ctrlp` tag here, why cannot I ask here? – Sato Jun 24 '16 at 09:50
  • Well, you can also ask on Quora or Yahoo Answers or any other general forum. Or you can directly use the plugin's issue tracker and get help from the plugin's maintainer. – romainl Jun 24 '16 at 11:24

1 Answers1

1

The author has reverted to original match behavior

https://github.com/ctrlpvim/ctrlp.vim/commit/0404e56e674830de7a487af589a28c68b39cac90

Thanks to author

Sato
  • 8,192
  • 17
  • 60
  • 115