Re: Proposed patch: NL in sub-replace-expression('\=')

2011-03-24 Fir de Conversatie Motoya Kurotsu
Hi, I attach a patch (against svn revision 1889) and four test files. Some test patterns are recognized as binary by diff. So I attached them separately. The following is a brief explanation of this patch. == Since the patch 7.2.407 was applied, the backslash in the expression is not consumed

Re: Filename expansion bug in 7.3.138 on Windows?

2011-03-24 Fir de Conversatie Yukihiro Nakadaira
As a workaround, use SourceCmd autocommand :autocmd SourceCmd *.vim?* : or disable short file name [How to Disable the 8.3 Name Creation on NTFS Partitions] http://support.microsoft.com/kb/121007 -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- You received this message from the vim_dev

Re: [PATCH] Upstart syntax file

2011-03-24 Fir de Conversatie Thilo Six
James Hunt wrote the following on 21.03.2011 12:22 Hello James, Hi Bram, Hopefully the final update based on Thilos comment and also added in support for recognizing user jobs in filetype.vim. Kind regards, James Tanks for the quickly respons. Though i think it can again made more

globpath - 3rd parameter added - when?

2011-03-24 Fir de Conversatie David Fishburn
One of my plugins uses the 3rd parameter to globpath: globpath({path}, {expr} [, {flag}])*globpath()* On Windows, I can do the following with these Vims: :echo globpath(substitute($PATH, '\\\?;', ',', 'g'), 'cscript.exe', 1) That works for me using the following versions of Vim:

Re: globpath - 3rd parameter added - when?

2011-03-24 Fir de Conversatie Dominique Pellé
David Fishburn wrote: One of my plugins uses the 3rd parameter to globpath: globpath({path}, {expr} [, {flag}])            *globpath()* [...snip...] Could someone tell me what patch this support was added in, so I can test for it and leave the additional flag off when appropriate. I

Re: [PATCH] Upstart syntax file

2011-03-24 Fir de Conversatie Bram Moolenaar
Thilo Six wrote: Hello James, Hi Bram, Hopefully the final update based on Thilos comment and also added in support for recognizing user jobs in filetype.vim. Kind regards, James Tanks for the quickly respons. Though i think it can again made more useful. Imagine root

Re: [PATCH] Upstart syntax file

2011-03-24 Fir de Conversatie Thilo Six
Bram Moolenaar wrote the following on 24.03.2011 21:54 resending on list. -- snip -- Tanks for the quickly respons. Though i think it can again made more useful. Imagine root has to examine the 'user-jobs' of users foo, bar and baz. In that (not so uncommon case) root would be more happy

RE: Building for Windows 7 64 bit with 64 bit dynamic perl

2011-03-24 Fir de Conversatie Suresh Govindachar
A short time ago, I wrote: At present, I am downloading vim sources (using mercurial) with the view to using MinGW 64 to build for Windows 7 64 bit, huge version with OLE and with support for dynamic perl 64 bit version 5.12. I am planning to use Make_ming.mak. Are there any