Hi NOVAK!

On Tue, 11 Nov 2008, NOVAK Judit wrote:

> imap 'a á
> imap 'e é
> imap 'i í
> imap 'u ú
> 

These work here with enc=utf8. You could try to enter them as

imap 'a <C-K>'a
imap 'e <C-K>'e
imap 'i <C-K>'i
imap 'u <C-K>'u

which means using digraphs to enter those chars or alternatively you 
could try using iabbrev.

Still another alternative is to use a compose key, so vim would only 
see the composed characters. That means you usually enter compose key, 
' and e and it will print é. (This works similarly to digraphs in 
vim.)

regards,
Christian

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to