Tuesday, October 6, 2015

Re: strange backspace behaviour

Am 2015-10-06 15:03, schrieb Steve:
> Hi,
>
> Using vim 7.4 with patches up to 712 included.
>
> For some time now, I witness a strange behaviour when hitting the
> backspace key. For example:
>
> s<backspace>s gives ß
> p<backspace>p gives ¶
> a<backspace>a gives å
> 0<backspace>0 gives ∞
>
> but
>
> w<backspace>w gives w as expected. I've tried most of the 26 letters
> and some do show this behaviour others don't (I can provide the full
> list if necessary). It's not linked to the time between the two keys
> because
>
> s <wait 5 seconds><backspace>s or s<backspace><wait 5 secondes>s
>
> gives ß.
>
> I don't recall having tweaked vim lately and last time I compiled vim
> was April 30 2015. So I'm currently a bit lost and don't know how to
> troubleshoot this issue (which is very annoying when writing an
> email).
>
> Any ideas of what's happening?

Sounds like you have the digraph option set.

:verbose set digraph?

Best,
Christian

--
--
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: