System Environment: * Windows XP Pro SP2 Simple Chinese Version * Vim 7.2 I want to input greek characters. As my system is Simple Chinese, I tried keymap...
Hello Vim users! Your donations for the use of Vim and otherwise have resulted in a very good year for ICCF. For the first time the total amount went over ...
Hi Some text files that I open are not readable and have weird signs, The bom for this files is ff fe (UTF-16 BE according to wikipedia) vim has fencs set to...
Hello, I cannot get utf-8 characters printed correctly. For example: bột becomes bá»™t My printing options are: set printfont=LMMono10:h10 " This is the...
Happy new year, everyone! I use Vim to edit an input method table these days, and find that it doesn't work well with one combining character, Unicode U+0358. ...
Hello Vim users! The Vim calendar has been updated for 2010. I replaced the info about my old A-A-P project with Zimbu, which you probably find a bit more ...
Hi all! I need to perform ANSI/UNICODE commands in my GVIM. I read many docs on the web about and I did set these: "------------------------------------------ ...
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...
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...
... 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...
Problem with rendering Combining Diacritics, using DejaVuSansMono in MacVim/gvim I use MacVim/gvim with either 1. DejaVuSansMono.ttf , currently 2.29, or 2....
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...
Vim is now capable of displaying any Unicode codepoint for which the installed 'guifont39; has a glyph, even outside the BMP (i.e., even above U+FFFF), but...
I just recently started working on the Mac, and naturally ported over my gvim scripts. When I edit a Hebrew (not even vowelled) text, the drawing is simply ...
Hello, I have just installed gVim 7.2 on Windows XP SP3 and have set utf-8 as the default encoding and a good unicode monospace font (DejaVu Sans Mono) as the...
Dear member, As part of our security measures, we regularly screen activity in the PayPal system. We have reason to believe that your account was accessed by a...
This is an old problem but only today I am trying to deal with it -- without success. The same utf-8 file comprising Chinese can be printed using Windows...
Hello Vim users, The usual Vim desktop calendar is now available for download and printing: English - A4 : http://www.moolenaar.net/2009_en_a4.pdf English -...
I should take a little longer checking, but in view of the potential for damage I'm sending a preliminary opinion: A message has just been sent to the...
They calculate col number counting bytes, not chars. Also :python vim.current.line and :python vim.current.buffer holds data in strings encoded in utf-8, but...
... That is to be expected. When you change 'encoding39; all text currently in memory that contains non-ASCII characters may become invalid. That includes file...
How do you match the BOM in a file you are editing in vim? I've tried the following: /\xfeff /\o177377 I know you can just set nobomb to get rid of it, but I'm...
I'd like to use a unicode font that includes both simplified Chinese and latin. The only font that I have found that does this in gvim on Windows is NSimSun....
Hi All, Â I'm using TeXShop 2.18 (which appears to be the latest version yet the release date claims it came out 9/6/2008, later than I installed it). I'm...
Hi all, I have a question about "displayed width" (and not encoding length!) of a character. How does vim "decide" the width of a character, in term of number ...
Hello, I read that vim supports unicode editing so tried to enter utf-8 characters using ctrl-v u followed by 4 digit hex code like 093f 092e 0947 0924 0928 ...
Hi, the gvim-7.2 will swallow the space char which commit to gvim from asynchronous Input Method Engine, like IBus (a recent IME still under developing). In...
Hello Vim users, Announcing: Vim (Vi IMproved) version 7.2 This is a minor release of Vim. In the 15 months since Vim 7.1 many bugs were fixed and runtime...