In Vim 7.3, I added the following mappings:
map <A-a> å
map <A-e> æ
map <A-o> ø
map <A-<> «
map <A->> »
in an effort to make vim a little more Danish-friendly. All the mappings
are accepted without complaint, but the characters displayed when the
mappings are invoked are not those mapped. I've tried both with
fenc=latin1 and fenc=utf-8. In each case, the displayed characters are:
<A-a> á
<A-e> å
<A-o> ï
<A-<> ¬
<A-<> ®
This post was input with fenc=utf-8, and the mappings set by pasting the
above map statements into the ex command line.
It would be quite delightful if this could be made to work, but I'm
struggling to figure out how.
Erik
--
If at first you don't succeed, destroy all evidence that you tried.
- Ralf Hildebrandt, on postfix-users.
--
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