On Oct 16, 7:25 am, "Hugo Ahlenius" <[email protected]> wrote:
> | Hmm, I think you should check your shell settings:
> | :set sp? shell? shellcmdflag?
> | and possibly also
> | :set shellquote? shellxquote? shellslash?
>
> Thanks Christian, we are getting closer. I can see that it is executed
> properly, if I set shellpipe to something empty, and I just do a :make. I
> can also see that - when the shellpipe has it's default value - that the
> commandlline looks ok (after I set noshellslash), but no temp file gets
> created. When I try that commandline from a cmd/prompt, it executes fine.
>
You mentioned you're on Windows. The default value for shellxquote in
Windows is problematic. I reported this a while back:
http://groups.google.com/group/vim_dev/browse_thread/thread/3d1cc6cb0c0d27b3
but it appears not to have been corrected.
I suggest:
set shellxquote=\"
set shellcmdflag=/s\ /c
in your .vimrc. It may or may not solve this problem specifically, but
it will no doubt solve others!
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---