Wednesday, January 21, 2015

Re: Timeout of i_CTRL-X mode (insert_expand)

On Wed, Jan 21, 2015 at 12:47:12AM +0100, ?????????? ?????????????????? wrote:
> Okay, the issue is not present without any config (-u NONE). Any idea what could cause this? I have no idea where to start looking.
>
> 21.01.2015, 00:42, "?????????? ??????????????????" <gjorgjevski.dario@yandex.com>:
> > I noticed that the mode used for auto-completion etc., that you enter by pressing CTRL-X when in insert mode, times out very fast. Why is this so? Increasing timeoutlen and even setting notimeout made no difference.

I'm not sure that I'm able to reproduce your problem; once I press
CTRL-X from insert mode, the following message remains in my status
line until I press another key:

-- ^X mode (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)

Is that what you are expecting to have happen?

> > It does not appear to be a plugin issue. I am running Vim 7.4.580 on Arch Linux. The issue does not appear to be present on Vim 7.4.567 on MS Windows with the same plugins (and almost identical config).

My first thought is that you may have CTRL-X mapped from insert mode.
You might try this command to see if this is so and where the mapping
is defined

:verbose imap <C-X>

It it doesn't turn out to be a mapping, and because you don't see the
problem when starting vim with -u NONE, you should rule out your
startup files under ~/.vim one by one until you hit upon the culprit.

Good luck!

--
Erik Falor
Registered Linux User #445632 http://linuxcounter.net

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment