Re: vim 7.3.11 conditional bug

2010-09-30 Fir de Conversatie Bee
On Sep 30, 7:34 am, Ben Fritz fritzophre...@gmail.com wrote: On Sep 29, 4:54 am, Bee beeyaw...@gmail.com wrote: if 0 copy this whole message and :w test.txt vim 7.3.11 conditional bug I have been testing my vimrc with different builds of vim. The base of each build is:   Linux --

Re: Complex Scripts in Vim/gVim

2010-09-30 Fir de Conversatie Ujjwol Lamichhane
Yes, Devanagari is written under a common stroke(line) it is not to be separated. So, it cannot have monospace between characters and different character merge to make ligature making it impossible to render monospaced. For example: Just see the Common line in the upper part. विम् देवनागरी अक्षरं

Re: nbstart does not fail nicely on unsupported gui

2010-09-30 Fir de Conversatie Bram Moolenaar
Xavier de Gaye wrote: On Wed, Sep 29, 2010 at 6:41 PM, Bram Moolenaar b...@moolenaar.net wrote: The :nbstart command does not print an error message and attempts to connect the netbeans socket when vim is built with a gui that is not supported by netbeans. The attached patch fixes

Patch 7.3.019

2010-09-30 Fir de Conversatie Bram Moolenaar
Patch 7.3.019 Problem::nbstart can fail silently. Solution: Give an error when netbeans is not supported by the GUI. (Xavier de Gaye) Files: src/netbeans.c *** ../vim-7.3.018/src/netbeans.c 2010-09-29 17:26:57.0 +0200 --- src/netbeans.c 2010-09-29

Re: vim 7.3.11 conditional bug

2010-09-30 Fir de Conversatie Ben Fritz
On Sep 30, 11:28 am, Bee beeyaw...@gmail.com wrote: On Sep 30, 7:34¬†am, Ben Fritz fritzophre...@gmail.com wrote: You're trying to use conditional logic in a tiny or small build. This will not work. Expression evaluation is only available in Normal builds or bigger. Hi Ben, This is

Re: [PATCH] Modern UI 2.0 upgrade for Vim NSIS installer (update)

2010-09-30 Fir de Conversatie Christian Brabandt
Hi Guopeng! On Mi, 29 Sep 2010, Guopeng Wen wrote: This is an update for the Vim NSIS installer patch I posted on July 30. I've made quite some changes since then, most functionalities are now implemented in NSIS script natively, install.exe and uninstal.exe are no longer used in the new

Re: vim 7.3.11 conditional bug

2010-09-30 Fir de Conversatie Andy Wokula
Am 30.09.2010 22:08, schrieb Ben Fritz: On Sep 30, 11:28 am, Beebeeyaw...@gmail.com wrote: On Sep 30, 7:34 am, Ben Fritzfritzophre...@gmail.com wrote: You're trying to use conditional logic in a tiny or small build. This will not work. Expression evaluation is only available in Normal

Raise undolevels setting?

2010-09-30 Fir de Conversatie Christian Brabandt
Hi, I'd like to raise the question, if when Vim is compiled with persistent undo feature, the undolevels setting could be raised? I noticed that when working on a file and making many changes, you loose your earliest changes, which might not be expected. I am thinking about raising the limit

Re: [PATCH] Modern UI 2.0 upgrade for Vim NSIS installer (update)

2010-09-30 Fir de Conversatie tux.
Christian Brabandt schrob am 30.09.2010 22:28: I have never done anything like this, but attached you'll find a German translation. I hope nothing is wrong. I'd appreciate if other Germans could take a look at it (that's why I am posting here). Fixed and

Re: vim 7.3.11 conditional bug

2010-09-30 Fir de Conversatie Bee
On Sep 30, 1:08 pm, Ben Fritz fritzophre...@gmail.com wrote: Actually, this says absolutely nothing about small or tiny builds of Vim 7.3. I take it, you expect Vim 7.3 Tiny to act like Vim 4.5 in this case? This does seem reasonable, but is not explicitly stated. I think you're right and

[Bug Report] After saving a new file, the value of fileencoding does not change

2010-09-30 Fir de Conversatie H Xu
Hello, The value of fileencoding does not change after saving a new file, until reopen the file. Regards, Hong Xu 10/01/2010 -- 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

Re: [Bug Report] After saving a new file, the value of fileencoding does not change

2010-09-30 Fir de Conversatie Tony Mechelynck
On 01/10/10 03:39, H Xu wrote: Hello, The value of fileencoding does not change after saving a new file, until reopen the file. Regards, Hong Xu 10/01/2010 I can reproduce this bug, as follows: with 'encoding' set to utf-8, 'fileencoding' (locally) empty, no character above U+00FF in the

[patch] Add an option to specify filename encoding.

2010-09-30 Fir de Conversatie kikuchan
Hello. I'm using Vim with encoding=utf8 and termencoding=euc-jp currently. But I cannot open a file that has a EUC-JP encoded filename by using :e. Then I realized that Vim should have an option to specify filename encoding. What do you think about this? I attached a quick hacky patch that