Re: faulty session scripts in 7.4.459

2014-09-28 Fir de Conversatie Nobuhiro Takasaki
Not see the value of backupcopy it was incorrect. This patch is withdrawn. No talent. Nobuhiro Takasaki -- -- 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 http://www.vim.org/maill

Re: faulty session scripts in 7.4.459

2014-09-28 Fir de Conversatie Nobuhiro Takasaki
I also saw this problem. I wrote a short patch. This allows the space defined in the "setlocal backupcopy=". How will it correct? Thanks. Nobuhiro Takasaki -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying t

Title of command prompt is not displayed correctly when encoding=utf-8

2014-09-28 Fir de Conversatie mattn
After starting cmd.exe on japanese windows, the title string is 「コマンドプロンプト」. Vim break it while executing commands. And I noticed that vim restoreing broken title string. g_szOrigTitle is ANSI encoding. But vim call mch_settitle which is depend on current encoding. diff -r e861ee614a3a src/os_

Printer name is broken on printer dialog.

2014-09-28 Fir de Conversatie mattn
When printer name contains multi-byte, the name is displayed as ???. diff -r e861ee614a3a src/os_mswin.c --- a/src/os_mswin.cWed Sep 24 10:58:20 2014 +0900 +++ b/src/os_mswin.cFri Sep 26 15:09:46 2014 +0900 @@ -1635,11 +1635,30 @@ char_u *printer_name = (char_u *)devname + devname->wD

Re: A feature request (kind of Issue report) - GUI setup, left margin, legitimity,

2014-09-28 Fir de Conversatie Christian Brabandt
On So, 28 Sep 2014, Mikhail V wrote: > > > I see, you want that the normal text starts 1 additional column after > > > > > the line numbering. I don't think this is possible (not even with the > > > > > workarounds mentioned so far). Sorry. > > > > > > > > Here is a simple patch, that adds

Re: A feature request (kind of Issue report) - GUI setup, left margin, legitimity,

2014-09-28 Fir de Conversatie Mikhail V
> > I see, you want that the normal text starts 1 additional column after > > > the line numbering. I don't think this is possible (not even with the > > > workarounds mentioned so far). Sorry. > > > > Here is a simple patch, that adds the 'numbershift' option by which you > > can specify

Re: A feature request (kind of Issue report) - GUI setup, left margin, legitimity,

2014-09-28 Fir de Conversatie Christian Brabandt
On So, 28 Sep 2014, Christian Brabandt wrote: > Hi Mikhail! > > On Sa, 27 Sep 2014, Mikhail V wrote: > > > Hallo Christian, > > thanks for reply. So I wrote in first paragraph about not being able to > > attach screenshots. I have placed them now on my student homepage , so you > > can check

Re: [patch] allow NSIS installer to install Vim in a directory with a name not ending with "Vim"

2014-09-28 Fir de Conversatie Tim Lebedkov
On Sat, Sep 27, 2014 at 9:57 PM, Bram Moolenaar wrote: > > Tim Lebedkov wrote: > >> the NSIS installer expects the installation directory to end with >> "Vim", which is not always possible or desired (e.g. "Vim huge"). This >> patch removes this restriction. > > I believe the main problem is that

Re: A feature request (kind of Issue report) - GUI setup, left margin, legitimity,

2014-09-28 Fir de Conversatie Christian Brabandt
Hi Mikhail! On Sa, 27 Sep 2014, Mikhail V wrote: > Hallo Christian, > thanks for reply. So I wrote in first paragraph about not being able to > attach screenshots. I have placed them now on my student homepage , so you > can check out. > http://public.beuth-hochschule.de/~s53452/index.htm > >

Re: Highlight error: C Compound Literals

2014-09-28 Fir de Conversatie Shahbaz Youssefi
While that removes the error highlight, it also removes the error highlight for correct cases! I'm not familiar with the vim language but I'll take a look to see if I can fix the syntax file. On Sat, Sep 27, 2014 at 11:25 AM, Bram Moolenaar wrote: > > Shahbaz Youssefi wrote: > > > I'm reporting

Re: [patch] two issues with tests on Windows

2014-09-28 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > I found two issues with tests on Windows GUI. > > 1. Test11 waits user input, so the test cannot finish automatically. > > When the test executes some external command, vimrun.exe shows the > message "Hit any key to close this window..." and the test stops. > The patch fix-t