Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

-complete=filetype only available in Vim 7.3+ #1

Closed
gortloveslinux opened this issue Aug 17, 2012 · 2 comments
Closed

-complete=filetype only available in Vim 7.3+ #1

gortloveslinux opened this issue Aug 17, 2012 · 2 comments

Comments

@gortloveslinux
Copy link

I'm excited to use your plugin, but upon installing it I got the following error:
E180: Invalid complete value: filetype Scratch call s:new_buffer(<f-args>)
I track it down to the fact that I have Vim 7.2 and that specific complete value isn't available for that version, but it is available in Vim 7.3. Not a big deal, but to reduce confusion, maybe put a compatibility version in your readme?

Thanks

@causal-agent
Copy link
Collaborator

I don't have Vim 7.2 right now to test this on, so please make sure it works.

@gortloveslinux
Copy link
Author

Tested. Works as expected.

causal-agent pushed a commit that referenced this issue Apr 22, 2014
When using itchy_startup, we still obeyed itchy_always_split. Now we
pass force_split as an argument so the caller can decided whether they
want a split. No split on startup, otherwise use itchy_always_split. (We
still always split if the buffer is modified.)

Using itchy_startup makes ctrlp's default behaviour to not replace
plugin-created windows more annoying, so you can disable that behaviour
for itchy:

    let g:ctrlp_reuse_window = 'Scratch'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants