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...
Hello Vim users, Announcing: Vim (Vi IMproved) version 7.2c BETA This is a BETA release of Vim 7.2. It consists of Vim 7.1 plus all patches, updated runtime...
http://6freeclimber.de/docs/vim.png I reviewed the :lan settings KOREAN is displayed correctlly when I type :lan but in the buffers hangeul, nor hanja ist...
Hello, GVim seems to have a problem when reloading a UTF-8 text file after it has been changed by another application. The problem occurs with GVim versions...
Hello Vim users, Announcing: Vim (Vi IMproved) version 7.2b BETA This is a BETA release of Vim 7.2. It consists of Vim 7.1 plus all patches, updated runtime...
Hello Vim users, Announcing: Vim (Vi IMproved) version 7.2a BETA This is a BETA release of Vim 7.2. It consists of Vim 7.1 plus all patches, updated runtime...
Hello there. Because of some problems with XIM, I checked the hangulinput option. But it doesn't seem to work well with UTF-8 locale. Is there anyway to use...
Hello Vim users, In case you were wondering what's with all these patches: I'm planning to make a Vim 7.2 release soon. This will be a minor release that ...
Hello, I do edits using regexp on large files. However, I am facing problems with Arabic diacritics display on MacVim, and I am assuming it is inherited from...
I am playing with CSV files with Chinese contents. Windows (Excel) outputs a text file in ucs-2le coding. VIM correctly opens this file and displays Chinese...
I'm Using gVim 7.1.293 (huge with multibyte_ime/dyn, iconv/dyn...) on Windows. I'm using the following _vimrc. ====== _vimrc ========== if has("multi_byte") if...
I'm trying to figure out how to configure Vim so that ":goto X" will go to character X not byte X. If I have an external thing (in my case, an interpreter)...
Hi, I love Vim's language support, but I am puzzled how can I ogonkify on Wind*ws platform as well as I can on Linux? For example, to enter extended latin-1 ...