gvim 7.2.148 (Huge) When splitting a window using ":new" or ":new filename" from a window for which a keymap is defined, the 'iminsert39; status is cloned but...
2606
Bram Moolenaar
Bram@...
Apr 13, 2009 8:01 pm
... I assume you have set 'keymap39; with ":setlocal". Then the global value will be used for ":new". The same happens for 'iminsert39;. Perhaps you have...
2607
Tony Mechelynck
antoine.mechelynck@...
Apr 13, 2009 8:29 pm
... Ah, thanks for the clarification. Yes, I set 'keymap39; locally, since I have a number of files loaded in split-windows, and only one of them uses a...
2608
Kenneth Reid Beesley
krbeesley@...
Apr 16, 2009 12:03 am
Problem with rendering Combining Diacritics, using DejaVuSansMono in MacVim/gvim I use MacVim/gvim with either 1. DejaVuSansMono.ttf , currently 2.29, or 2....
2609
James Cloos
cloos@...
Apr 16, 2009 2:14 am
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...
2610
Tony Mechelynck
antoine.mechelynck@...
Apr 17, 2009 11:56 am
... [...] 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...
2611
Bram Moolenaar
Bram@...
May 12, 2009 8:08 pm
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...
2612
Bram Moolenaar
Bram@...
May 12, 2009 8:16 pm
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...
2613
björn
bjorn.winckler@...
Jun 20, 2009 6:56 pm
... 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...
2614
Tony Mechelynck
antoine.mechelynck@...
Jun 21, 2009 12:15 am
... 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...
2615
Andrew Dunbar
hippytrail@...
Jun 21, 2009 3:04 am
... 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...
2616
Tony Mechelynck
antoine.mechelynck@...
Jun 21, 2009 6:19 am
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...
2617
björn
bjorn.winckler@...
Jun 23, 2009 7:06 pm
... 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...
2618
John (Eljay) Love-Jen...
eljay@...
Jun 23, 2009 7:47 pm
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. ...
2619
John (Eljay) Love-Jen...
eljay@...
Jun 23, 2009 8:03 pm
... I meant: ... NFC or NFD. Fat fingers. --Eljay --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_multibyte"...
2620
Andrew Dunbar
hippytrail@...
Jun 24, 2009 1:34 am
... 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...
2621
Nico Weber
nicolasweber@...
Jun 24, 2009 4:14 am
... 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...
2622
björn
bjorn.winckler@...
Jun 24, 2009 12:01 pm
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? ......
2623
John (Eljay) Love-Jen...
eljay@...
Jun 24, 2009 1:33 pm
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...
2624
Tony Mechelynck
antoine.mechelynck@...
Jun 24, 2009 1:34 pm
... Hm, NFKC and NFKD sometimes fuse slightly different glyphs into a single "normalized" form. For instance, NFKC(²) = 2, though both are (different) Latin1...
2625
KL
klu1024@...
Jul 5, 2009 1:13 am
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. ...
2626
Bram Moolenaar
Bram@...
Jul 5, 2009 10:41 am
KL wrote: [ Please mention your name ] ... Perhaps this code will help: http://vimgadgets.sourceforge.net/liblinebreak/ -- ERROR 047: Keyboard not found....
2627
Aleksey
alex.baibarin@...
Jul 9, 2009 1:54 am
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...
2628
Tony Mechelynck
antoine.mechelynck@...
Jul 9, 2009 3:53 am
... 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...
2629
Aleksey
alex.baibarin@...
Jul 9, 2009 6:52 am
... Thanks for your answer. fileencoding already had 'ucs-bom39; in its start, so it didnt' help. I also have :language messages C, so it didn't help either. I...
2630
Tony Mechelynck
antoine.mechelynck@...
Jul 9, 2009 9:52 am
... should be 'fileencodings' with s at the end. There are two different options, with and without s, and they don't have the same meaning. Without s, it's the...
2631
Aleksey
alex.baibarin@...
Jul 9, 2009 10:11 am
On Jul 9, 1:51 pm, Tony Mechelynck <antoine.mechely...@...> ... Sorry, mistyped it. It's 'fileencodings' certainly, and 'ucs-bom39; is the list. ... I...
2632
Bram Moolenaar
Bram@...
Oct 4, 2009 1:18 pm
Hello Vim users! Vim bug fixes are coming out one by one, not very exciting but essential maintenance. Keeps me busy. Nothing worth announcing though, that...
2633
Bram Moolenaar
Bram@...
Oct 4, 2009 1:19 pm
Hello Vim users! Vim bug fixes are coming out one by one, not very exciting but essential maintenance. Keeps me busy. Nothing worth announcing though, that...