Re: C# compiler error format

2012-02-16 Fir de Conversatie Bram Moolenaar
Damien Radtke wrote: > Vim 7.3 ships with a C# compiler that uses the default error format, which > doesn't work. However, it was pretty easy to come up with one that did, and > I think it should be updated by the next release: > > CompilerSet errorformat=\ %#%f(%l\\\,%c):\ error\ CS%n:\ %m Did

RE: Patch 7.3.443

2012-02-16 Fir de Conversatie John Beckett
Edwin Steiner wrote: > I found it most reliable for testing to write a simple C > program that prints its argv[] array. I did that a few years ago, and in case anyone is interested, here is what I used. /* Echo arguments in one line. * John Beckett 2007/05/25 * This is to see what is passed to

Re: Patch 7.3.443

2012-02-16 Fir de Conversatie Edwin Steiner
Hi! > Bram Moolenaar wrote: > > Andy Wokula wrote: > > > > > Am 14.02.2012 13:20, schrieb mattn: > > > > cmd /c "(echo a& echo b)" > > > > > > Ok! One caveat that I learned the hard way: Do not trust "echo" too much when testing shell quoting on Windows! On Windows the separation of the comm

Re: Patch 7.3.443

2012-02-16 Fir de Conversatie Andy Wokula
Am 16.02.2012 05:54, schrieb Bram Moolenaar: Please try the patch below. I currently do not have a Windows machine to try this out. I had success with applying the patch. :set shcf? sxq? shellcmdflag=/s /c shellxquote="( :!"my cat.exe" "file with spaces.txt" -> cmd.exe /s /c "("my cat.e

Re: Patch 7.3.443

2012-02-16 Fir de Conversatie Andy Wokula
Am 16.02.2012 22:05, schrieb Bram Moolenaar: Andy Wokula wrote: Am 16.02.2012 05:54, schrieb Bram Moolenaar: Ben Fritz wrote: I think we should do the auto-escaping, with shellxquote=(, and additionally add a help note by :! and system() that "According to the Microsoft documentation for cmd

Re: Patch 7.3.443

2012-02-16 Fir de Conversatie Bram Moolenaar
Andy Wokula wrote: > Am 16.02.2012 05:54, schrieb Bram Moolenaar: > > Ben Fritz wrote: > > > >> I think we should do the auto-escaping, with shellxquote=(, and > >> additionally add a help note by :! and system() that "According to > >> the Microsoft documentation for cmd.exe, you either need to

C# compiler error format

2012-02-16 Fir de Conversatie Damien Radtke
Vim 7.3 ships with a C# compiler that uses the default error format, which doesn't work. However, it was pretty easy to come up with one that did, and I think it should be updated by the next release: CompilerSet errorformat=\ %#%f(%l\\\,%c):\ error\ CS%n:\ %m Regards, ~Damien -- You received t

Re: Patch 7.3.443

2012-02-16 Fir de Conversatie Bram Moolenaar
I wrote: > Ben Fritz wrote: > > > I think we should do the auto-escaping, with shellxquote=(, and > > additionally add a help note by :! and system() that "According to the > > Microsoft documentation for cmd.exe, you either need to escape (with a > > ^ character) any of these characters appeari

Re: Patch 7.3.443

2012-02-16 Fir de Conversatie Andy Wokula
Am 16.02.2012 05:54, schrieb Bram Moolenaar: Ben Fritz wrote: I think we should do the auto-escaping, with shellxquote=(, and additionally add a help note by :! and system() that "According to the Microsoft documentation for cmd.exe, you either need to escape (with a ^ character) any of these c

Re: Purposed addition: Elastic tabstops (revised)

2012-02-16 Fir de Conversatie Matt Sacks
+1 on getting this as an option in a future Vim release - it would be very, very handy. -- 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/maillist.php

Re: Vim cannot see several *.com files in system directory

2012-02-16 Fir de Conversatie Ingo Karkat
On 16-Feb-2012 16:15, MacDonald, Stuart wrote: > From: On Behalf Of Ben Fritz >> Unfortunately I'm running XP 64-bit, not Vista or 7 just yet. >> >> The pages you link say that "Disabling file system redirection for >> longer periods can prevent 32-bit applications from loading system >> DLLs, cau

RE: feature request: extend search string from a partial match with right arrow key

2012-02-16 Fir de Conversatie MacDonald, Stuart
From: On Behalf Of Christian Brabandt > On Mi, 15 Feb 2012, MacDonald, Stuart wrote: > > Yes, when you have a tags file. That does not work in the help system, > > which is what I was asking about. On second thought, I suppose my > > You didn't try it, right? Open the help and enter: Wrong. I cam

RE: Vim cannot see several *.com files in system directory

2012-02-16 Fir de Conversatie MacDonald, Stuart
From: On Behalf Of Ben Fritz > Unfortunately I'm running XP 64-bit, not Vista or 7 just yet. > > The pages you link say that "Disabling file system redirection for > longer periods can prevent 32-bit applications from loading system > DLLs, causing the applications to fail." What if we add an opti

Re: Patch 7.3.386

2012-02-16 Fir de Conversatie Yukihiro Nakadaira
On Mon, Feb 13, 2012 at 10:19 AM, raf wrote: > hi, > > i just upgraded my vim and applied this patch but it didn't affect > the failing of test83 for me. this patch assumes that the cause of > the failure was iconv not supporting cp932 but iconv on macosx-10.6.8 > and ubuntu-11.04 do support cp932