Hello vims.
I have recently begin to use UTF-8 as the default encoding I picked up this
snippet and put it in my vimrc to enable it:
if has("multi_byte")
if &termencoding == ""
let &termencoding = &encoding
endif
set encoding=utf-8
setglobal fileencoding=utf-8 bomb
set fileencodings=ucs-bom,utf-8,latin1
endif
It is working fine, but then I discover that some of my keymaps does't work,
stuff mapped to <M-S-CR> or similar for instance.
Looking at what :map return I got some funny character for these mapping
rather then the correct ones.
So I guessd it was beocause of the encoding, and yesm when I commented the
code used to set utf-8 and restar, vim starts qit latin1 encodingand all
maps are fine.
So how I can use UTF-8 and don't mess my maps???
thanks
--
Un saludo
Best Regards
Pablo Giménez
--
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