Tuesday, October 6, 2015

Re: strange backspace behaviour

Le 06-10-2015, à 15:05:02 +0200, Christian Brabandt a écrit :

>
>Sounds like you have the digraph option set.
>
>:verbose set digraph?

digraph
Modifié la dernière fois dans ~/.vimrc

So that's perfectly right. And I also have in vimrc:

if filereadable(expand("~/.vim/digraphs.vim"))
source ~/.vim/digraphs.vim
endif

And in that file:

silent! dig 0U 9787 "☻ U+263b
silent! dig -. 8230 "… U+2026=…
silent! dig eu 8364 "€ Euro sign
silent! dig ok 10003 "✓
silent! dig no 10007 "✗ no ok

but no digraph implying s (or ß should I say).

Is this the cause of my pains?

Thanks,
Steve

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