Re: Compiling vim in windows 8 with visual studio 12

2012-11-09 Fir de Conversatie skeept
On Friday, November 9, 2012 5:39:32 PM UTC-5, skeept wrote: > Could anyone successfully compile vim in windows 8 with visual studio 12? > > I just installed the system yesterday, and I was trying to compile vim but I > am having issues. > > These are the steps: > first setting up the variables:

Compiling vim in windows 8 with visual studio 12

2012-11-09 Fir de Conversatie skeept
Could anyone successfully compile vim in windows 8 with visual studio 12? I just installed the system yesterday, and I was trying to compile vim but I am having issues. These are the steps: first setting up the variables: call "c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd6

[patch] make confirm() display colors

2012-11-09 Fir de Conversatie Christian Brabandt
Bram, this patch changes how confirm writes messages on the console. It will now highlight each choice using the Title highlighting group. regards, Christian -- 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 i

Re: [patch] problem with backslash escaped strings in expand(), glob(), etc...

2012-11-09 Fir de Conversatie Christian Brabandt
Hi Bram! On Mi, 07 Nov 2012, Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > > there seems to be a problem with backslash escaped strings when using > > expand(), glob() or globpath(): > > > > #v+ > > cb@host: mkdir -p /tmp/test > > ch@host: touch /tmp/test/bar /tmp/teest/foo\\1 >

Re: patch 691: Python, thread

2012-11-09 Fir de Conversatie Jakson Alves de Aquino
I'm adding more details on the problem... On Thu, Nov 8, 2012 at 6:21 PM, Jakson Alves de Aquino wrote: > I'm the maintainer of Vim-R-plugin which may start a separate Vim > instance to run an "Object Browser". This Vim instance has a UDP > server running in a new thread. The server is written in