Hello!
Set up a file <tmp> with a single line: (this line should appear as a -1
with a "m" exponent; ie. char-0x1D50
-1ᵐ
Use the following command:
vim -u simple.vimrc tmp
and try Yp (yank and put).
<simple.vimrc>:
set nocp
set enc=utf-8
I see
--11ᵐ
instead of
-1ᵐ
-1ᵐ
ie. its picking up the -1 but ignoring the "m" exponent.
Regards,
Chip Campbell
--
You received this message from the "vim_dev" 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