Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve Readme.md - how to include this plugin into CtrlP #8

Open
mamiu opened this issue Mar 27, 2016 · 2 comments
Open

improve Readme.md - how to include this plugin into CtrlP #8

mamiu opened this issue Mar 27, 2016 · 2 comments

Comments

@mamiu
Copy link

mamiu commented Mar 27, 2016

Please include a description in your Readme.md how to embed your plugin into CtrlP as described here (https://github.com/ctrlpvim/ctrlp.vim/tree/extensions):

let g:ctrlp_extensions = ['cmdpalette']

Thanks :)

@mamiu
Copy link
Author

mamiu commented Mar 27, 2016

It seems that this is a bug.

If I start vim (without the config from the above comment in my vimrc) and open CtrlP there's no "cmdp" mode. But after calling it the first time with :CtrlPCmdPalette it's always in the CtrlP pane.
Now if I add the config line (from my above comment) to the .vimrc the "cmdp" mode is twice in the CtrlP pane after the first call.

Am I doing anything wrong?

@fisadev
Copy link
Owner

fisadev commented Apr 6, 2016

Hmm, I guess something changed in ctrlp after I did this extension. I'll have to debug a little to know what's the best way of including the extension now. Let me look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants