Re: netrw on windows+shellslash

2015-10-10 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > 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

Re: [Patch] Errors when passing -s to vimrun

2015-10-10 Fir de Conversatie Bram Moolenaar
Cam Sinclair wrote: > 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

Re: remove feature xterm-save

2015-10-10 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > 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

Re: [vim] Buffer name resolution and simplification (#444)

2015-10-10 Fir de Conversatie Carlos Pita
(Sorry, I accidentaly submit the issue in github and it was half sent here. The complete text follows.). I have suggested some workarounds at the bottom of this thread: https://groups.google.com/forum/#!topic/vim_use/Vq0z2DJH2So but, nevertheless, I think the behavior is bizarre and specially

Re: remove feature xterm-save

2015-10-10 Fir de Conversatie Christian Brabandt
On Sa, 10 Okt 2015, Bram Moolenaar wrote: > I suppose your suggestion is to remove the option in a way that it's > always enabled. Yes. Best, Christian -- Toleranz ist gut. Aber nicht gegenüber Intoleranten. -- Wilhelm Busch -- -- You received this message from the "vim_dev"

Re: -complete=customlist,XXX doesn't work for command A123

2015-10-10 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > When number is contained in command name like below, -customlist,XXX > doesn't work. > > function! s:complete(a,b,c) > return ["foo", "bar", "baz"] > endfunction > > > command! -nargs=1 -complete=customlist,complete A123 echo > > Below is a patch to tix this

Re: [patch] To run an external command, the prompt collapse in Vim.exe

2015-10-10 Fir de Conversatie Christian Brabandt
Hi Yukihiro! On Fr, 09 Okt 2015, Yukihiro Nakadaira wrote: > 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