Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 117 forks source link

Can't accept item from auto-complete popup menu by <CR> #154

Closed bootleq closed 10 years ago

bootleq commented 10 years ago

After b45536f I can not press <CR> to take item from auto-complete popup. Would someone please confirm it?

Raimondi commented 10 years ago

WFM. Do you have any mapping for that? Could you paste the output of :DelimitMateTest and anything else you think could be of help?

bootleq commented 10 years ago

Sorry, I make a clean .vimrc and it works. There might be some incompatible with neocomplete plugin, I'll investigate later. Thanks.

bootleq commented 10 years ago

I've made a gist to reproduce it https://gist.github.com/bootleq/8108338

Raimondi commented 10 years ago

I still can't reproduce that. I asked for the output of :DelimitMateTest in my previous reply because there might be relevant information.

BTW, if cd into delimitMate's repo then you can just run vim -N -u test/_setup.vim and it will run with the minimum.

bootleq commented 10 years ago

I have to add let delimitMate_expand_cr = 1 to _setup.vim to reproduce it. And with vim -N -u test/_setup.vim, my :DelimitMateTest output is https://gist.github.com/bootleq/8108338#file-delimitmate-report

Thank you very much.

Raimondi commented 10 years ago

That should fix it, let me know if something is still broken.

bootleq commented 10 years ago

The problem remain the same for me.

Raimondi commented 10 years ago

OK. It works for my setup, so I'll try to build vim with the same configuration you have and see what happens.

Raimondi commented 10 years ago

I hope that this time I fixed what I was expected to fix.

bootleq commented 10 years ago

Fixed, thank you!