Re: inoremap and typing pace?

Marc Chantreux <[email protected]>
Newsgroups gmane.editors.vim
Message-ID <Z-G4S6zBFhruoQER@prometheus>
On Mon, Mar 24, 2025 at 10:56:05AM -0000, Steven H. wrote:
> What about the rest? I mean - the output is incorrect in both cases.

I was trying to reply with the timeout thing:

I typed

this --example \\
--helps \
--you

and got

this --example \
      --helps \
      --you

I tried other bugs you previously spotted and everything works like a
charm here (and I finally started using it for myself).

as your answer suggested that the mappings were not even executed. I see
3 possible reasons:

* maybe you enabled 'paste
	:set nopaste
* maybe you didn't reach the end of the macro before the timeout.
	(I don't remember how to fix it)
* maybe you didn't load the mapping at all
	:imap \\<cr> # should echo you the content of the mapping

-- 
Marc Chantreux

-- 
-- 
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 [email protected].
To view this discussion visit https://groups.google.com/d/msgid/vim_use/Z-G4S6zBFhruoQER%40prometheus.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.