Re: netrw on windows+shellslash

2015-10-07 Fir de Conversatie mattn
Sorry, I miss e-mail address of Dr. Chip. On Thursday, October 8, 2015 at 11:13:13 AM UTC+9, mattn wrote: > Hi. > > I wrote a patch to enable http/ftp/webdav access with netrw on > windows+shellslash. I'm using vim but not use cygwin or msys2. However, then > editing http file on vim, URL is di

netrw on windows+shellslash

2015-10-07 Fir de Conversatie mattn
Hi. I wrote a patch to enable http/ftp/webdav access with netrw on windows+shellslash. I'm using vim but not use cygwin or msys2. However, then editing http file on vim, URL is displayed as: http:\\example.com\foo.html So I want to use shellslash on windows too. Below is a patch to enable th

Re: Unexpected result when using getreg() with three arguments

2015-10-07 Fir de Conversatie glts
On Wednesday, October 7, 2015 at 12:28:19 AM UTC+2, ZyX wrote: > 2015-10-05 19:18 GMT+03:00 glts <676c7...@gmail.com>: > > On Sunday, October 4, 2015 at 11:38:26 PM UTC+2, ZyX wrote: > >> 2015-10-05 0:02 GMT+03:00 glts <676c7...@gmail.com>: > >> > 'getreg(regname, 1, 1)' returns different lists for

Re: remove feature xterm-save

2015-10-07 Fir de Conversatie Tony Mechelynck
On Wed, Oct 7, 2015 at 12:28 PM, Christian Brabandt wrote: > Bram, > I just found out, that the xterm-save feature needs to be enabled > specifically. But even after enabling it explicitly and do not see a > difference and switching screens has been working for me for a long > time. > > It took me

Re: Failed to build vim on Windows with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no

2015-10-07 Fir de Conversatie h_east
Hi Bram, 2015-10-7 (Wed) 21:37:46 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > 2015-10-4 (Sun) 23:23:51 UTC+9 Bram Moolenaar: > > > Masatoshi Sugiura wrote: > > > > > > > I tried to build vim on Windows, > > > > but the build is failed with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no. > >

Re: Failed to build vim on Windows with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no

2015-10-07 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > 2015-10-4 (Sun) 23:23:51 UTC+9 Bram Moolenaar: > > Masatoshi Sugiura wrote: > > > > > I tried to build vim on Windows, > > > but the build is failed with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no. > > > > > > I tested like below (with Visual Studio 2010): > > > > > >

Re: Patch 7.4.891

2015-10-07 Fir de Conversatie h_east
Bram, Thanks for brushing up my patch. Excellent!! -- Best regards, Hirohito Higashi (a.k.a h_east) -- -- 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] Double quote is not interpreted as comment (#441)

2015-10-07 Fir de Conversatie Tony Mechelynck
On Wed, Oct 7, 2015 at 8:30 AM, Nguyen Tien Thanh wrote: > @Tanjoodo The two lines above are my .vimrc > file . To reproduce, do > > source ~/.vimrc > > Actually it happens with any .vimrc that has a comment line. > Normally, Vim itself will source the ~/.vimrc at st

Re: Failed to build vim on Windows with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no

2015-10-07 Fir de Conversatie h_east
Hi Bram, 2015-10-4 (Sun) 23:23:51 UTC+9 Bram Moolenaar: > Masatoshi Sugiura wrote: > > > I tried to build vim on Windows, > > but the build is failed with DYNAMIC_PYTHON=yes and DYNAMIC_PYTHON3=no. > > > > I tested like below (with Visual Studio 2010): > > > > > set BASEDIR=%CD% > > > set VS201

remove feature xterm-save

2015-10-07 Fir de Conversatie Christian Brabandt
Bram, I just found out, that the xterm-save feature needs to be enabled specifically. But even after enabling it explicitly and do not see a difference and switching screens has been working for me for a long time. It took me a while, to find out, this is only needed for the builtin terminal d

Patch 7.4.891

2015-10-07 Fir de Conversatie Bram Moolenaar
Patch 7.4.891 Problem:Indentation of array initializer is wrong. Solution: Avoid that calling find_start_rawstring() changes the position returned by find_start_comment(), add a test. (Hirohito Higashi) Files: src/misc1.c, src/testdir/test3.in, src/testdir/test3.ok *** ../

Re: Patch 7.4.890

2015-10-07 Fir de Conversatie mattn
Why you add UNIX? -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_de

Patch 7.4.890

2015-10-07 Fir de Conversatie Bram Moolenaar
Patch 7.4.890 Problem:Build failure when using dynamic python but not python3. Solution: Adjust the #if to also include DYNAMIC_PYTHON3 and UNIX. Files: src/if_python3.c *** ../vim-7.4.889/src/if_python3.c 2015-02-03 13:15:59.614101028 +0100 --- src/if_python3.c2015-10-04 15:2