Vim is now capable of displaying any Unicode codepoint for which the installed 'guifont' has a glyph, even outside the BMP (i.e., even above U+FFFF), but...
Tony Mechelynck
antoine.mechelynck@...
Apr 6, 2009 6:40 pm
2600
... It does cause problems for something like "\U12345" which would now be the character 0x1234 followed by the character 5. After the change it would become...
Bram Moolenaar
Bram@...
Apr 6, 2009 8:17 pm
2601
... Tony, Good news. Many may not know that MacVim has been doing this rather well for quite a while. I routinely edit texts in Deseret Alphabet and Shaw...
Kenneth Reid Beesley
krbeesley@...
Apr 6, 2009 8:19 pm
2602
... [...] It's actually patch 7.1.116 (30-Nov-2007). So no news-breaking scoop anymore, but as long as Vim's support of Unicode outside the BMP was less than...
Tony Mechelynck
antoine.mechelynck@...
Apr 6, 2009 9:25 pm
2603
On 06/04/09 22:18, Kenneth Reid Beesley wrote: [...] ... [...] In keymap files, it seems to work on Linux too (I use it in my owncoded "phonetic" keymaps for...
gvim 7.2.148 (Huge) When splitting a window using ":new" or ":new filename" from a window for which a keymap is defined, the 'iminsert' status is cloned but...
Tony Mechelynck
antoine.mechelynck@...
Apr 13, 2009 2:46 am
2606
... I assume you have set 'keymap' with ":setlocal". Then the global value will be used for ":new". The same happens for 'iminsert'. Perhaps you have...
Bram Moolenaar
Bram@...
Apr 13, 2009 8:01 pm
2607
... Ah, thanks for the clarification. Yes, I set 'keymap' locally, since I have a number of files loaded in split-windows, and only one of them uses a...
Tony Mechelynck
antoine.mechelynck@...
Apr 13, 2009 8:29 pm
2608
Problem with rendering Combining Diacritics, using DejaVuSansMono in MacVim/gvim I use MacVim/gvim with either 1. DejaVuSansMono.ttf , currently 2.29, or 2....
Kenneth Reid Beesley
krbeesley@...
Apr 16, 2009 12:03 am
2609
I tested that combination in my terminal (which uses DejaVu Sans Mono, rendered via the bytecode), which was handy. My version of DejaVu as installed is svn...
James Cloos
cloos@...
Apr 16, 2009 2:14 am
2610
... [...] You're spurring me to run some more tests on my version of gvim. I'm on Linux with GTK2 gvim, and I don't have BrighamVu Sans Mono installed, but I...
Tony Mechelynck
antoine.mechelynck@...
Apr 17, 2009 11:56 am
2611
Hello Vim users, Vim comes for free. I do ask you to consider helping Vim's charity, please read on. In April I have visited the Kibaale Childrens Centre. My...
Bram Moolenaar
Bram@...
May 12, 2009 8:08 pm
2612
Hello Vim users, Vim comes for free. I do ask you to consider helping Vim's charity, please read on. In April I have visited the Kibaale Childrens Centre. My...
Bram Moolenaar
Bram@...
May 12, 2009 8:16 pm
2613
... Tony, I appreciate that you reply to my post, but there really is no need in stating the painfully obvious. The problem appears when the filename is...
björn
bjorn.winckler@...
Jun 20, 2009 6:56 pm
2614
... Ah, I see. I entered it in Vim by copy-paste from your previous post in the vim_mac Google Group page in my browser. Vim is obviously unaware of hangul...
Tony Mechelynck
antoine.mechelynck@...
Jun 21, 2009 12:15 am
2615
... Hangul jamo (de)composition is part of Unicode normalization. Do we know if OS X does Unicode for all characters or just for Korean? I suspect it is done...
Andrew Dunbar
hippytrail@...
Jun 21, 2009 3:04 am
2616
On Jun 19, 11:22 pm, björn <bjorn.winck...@...> wrote: [...] ... The OP's problem was about a file with 한 as (part of) the filename, not as the...
Tony Mechelynck
antoine.mechelynck@...
Jun 21, 2009 6:19 am
2617
... Hi Andrew, As far as I can tell (from searching around) HFS+ always uses normalization form D (NFD) for filenames. So as a workaround for the issue the OP...
björn
bjorn.winckler@...
Jun 23, 2009 7:06 pm
2618
Hi Björn, ... HFS+ uses a variant of NFD for filenames. (The HFS+ variant predates standardizatoin of NFD.) This requirement is enforced by the OS. ...
John (Eljay) Love-Jen...
eljay@...
Jun 23, 2009 7:47 pm
2619
... I meant: ... NFC or NFD. Fat fingers. --Eljay --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_multibyte"...
John (Eljay) Love-Jen...
eljay@...
Jun 23, 2009 8:03 pm
2620
... When I worked on AbiWord a few years ago Linux left filename encoding up to the filesystem and the user. This may have changed since... Linux supports many...
Andrew Dunbar
hippytrail@...
Jun 24, 2009 1:34 am
2621
... I'm pretty sure it hasn't. As far as I know, for linux a filename is just a bunch of bytes, and you only need to know the encoding for lesser tasks such as...
Nico Weber
nicolasweber@...
Jun 24, 2009 4:14 am
2622
Hi Eljay, ... Thanks for clarifying that (and for the links!). ... I read that Windows uses NFKC. Have you got a reference for the claim that NFC is used? ......
björn
bjorn.winckler@...
Jun 24, 2009 12:01 pm
2623
Hi Björn, ... Drat, I cannot find the MSDN reference. Maybe my memory has failed me. NFKC is lossy. NFC is non-lossy. Perhaps you are remembering the...
John (Eljay) Love-Jen...
eljay@...
Jun 24, 2009 1:33 pm
2624
... Hm, NFKC and NFKD sometimes fuse slightly different glyphs into a single "normalized" form. For instance, NFKC(²) = 2, though both are (different) Latin1...
Tony Mechelynck
antoine.mechelynck@...
Jun 24, 2009 1:34 pm
2625
Hi, I hope this is the correct place to bring up this question. I love vim very much! But I think that Vim's localization is still not perfect. ...
KL
klu1024@...
Jul 5, 2009 1:13 am
2626
KL wrote: [ Please mention your name ] ... Perhaps this code will help: http://vimgadgets.sourceforge.net/liblinebreak/ -- ERROR 047: Keyboard not found....
Bram Moolenaar
Bram@...
Jul 5, 2009 10:41 am
2627
Hi. I'm using few MONO apps (Nemerle compiler and COCO/R parser generator) through compiler plugins in VIM under Linux, and the problem is that they produce...
Aleksey
alex.baibarin@...
Jul 9, 2009 1:54 am
2628
... Make sure your 'fileencodings' option (plural) starts with "ucs-bom". In that case, for editfiles at least (not sure about quickfix error files), Vim will...