KF Leong schrob am Freitag, 9. Oktober 2015 um 09:46 Zeit:
> If MZSCHEME includes spaces, somehow the compilation fails...
My first patch fixes this, but I still get "C not defined" ... :-(
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the
On Mon, Oct 5, 2015 at 10:36 PM, Christian Brabandt
wrote:
> Hi mattn!
>
> On Fr, 02 Okt 2015, mattn wrote:
>
> > > I can test it. What do I need to do?
> >
> > 1. type return key enough to scroll-up
> > 2. vim.exe
> > 3. :!dir
>
> 4. :q
>
(3) is wrong.
1. type return key enough to scroll-up
2.
Hi Bram and list,
Ran into a problem with system() calls on Windows and vimrun.exe. Somehow an
extra space was being inserted in the arguments string passed to main(), so
running "vimrun.exe -s echo test" would result in an argument string of
"vimrun.exe -s echo test" being seen by vimrun. As
Hi Bram and list,
Ran into a problem with system() calls on Windows and vimrun.exe. Somehow an
extra space was being inserted in the arguments string passed to main(), so
running "vimrun.exe -s echo test" would result in an argument string of
"vimrun.exe -s echo test" being seen by vimrun. As
On Fri, Oct 9, 2015 at 9:46 AM, KF Leong wrote:
> On Friday, September 25, 2015 at 7:20:40 AM UTC+8, tux. wrote:
>> I tried to compile Vim with Racket (Make_mvc.mak) and Visual Studio
>> 2010. However, it seems that somewhere the path is not properly
>> escaped.
>>
>> Racket is installed to C:\Pro
On Friday, September 25, 2015 at 7:20:40 AM UTC+8, tux. wrote:
> I tried to compile Vim with Racket (Make_mvc.mak) and Visual Studio
> 2010. However, it seems that somewhere the path is not properly
> escaped.
>
> Racket is installed to C:\Program Files (x86)\Racket, I set LIBRACKET
> to the corre