kien

Results 9 comments of kien

Probably won't be adding this myself since I'm not familiar with cscope. Pull requests are most welcome, though. You can checkout the [extensions](https://github.com/kien/ctrlp.vim/tree/extensions) branch for how to create an extension.

BTW, an extension for ctags had already been added long before this request. I still don't see me adding one for cscope, but if anyone wants to give it a...

Duplicate of #313. But good idea about adding an indicator for hitting max_files. I'll see what I can do.

Good idea, but aside from the highlighting, there's still the problem with the matching. Matching a filename including path is different from matching a tag or a line entry. Your...

It's because the CtrlP buffer is opened with `:noautocmd`, mostly to avoid issues with plugins that do things when autocmds are triggered. I also use UltiSnips frequently but haven't run...

There were actually some old issues with plugins changing things expecting the match window to be a regular buffer. It's why I want it to be more invisible. How about...

Well, there are good, full featured plugins for managing buffers, so why build it into ctrlp? But people keep requesting this from time to time, I think I may just...

Mixed mode basically loads all three File, Buffer, and MRU modes and the mixing also takes some more time. So naturally, it's slower than each of the modes. Anyway, buffer...