Wednesday, November 24, 2010

Re: makeprg and path arguments containing spaces

* Wolfgang Schmidt [2010.11.24 12:50]:
> So I tried the following:
>
> setlocal makeprg=c:\sdk\win32\1.1\Python26\Scripts/pylint.bat\
> --rcfile=C:\Program\ Files\ (x86)\vim\pylintrc\
> --output-format=parseable\ --reports=n\ %
>
> The problem seem to be the spaces in the --rcfile path argument. If I
> put the pylintrc directly to my c: drive and change the command
> accordingly:
>
> setlocal makeprg=c:\sdk\win32\1.1\Python26\Scripts/pylint.bat\
> --rcfile=c:\pylintrc\ --output-format=parseable\ --reports=n\ %

You don't say what error you get so I'll take a stab in the dark:
are you sure it's not pylint who's barfing on the arguments?

--
JR

--
You received this message from the "vim_use" 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

No comments:

Post a Comment