Re: Setting autochdir AND encoding=utf-8 has gvim -d fail

2016-02-23 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On So, 21 Feb 2016, Axel Bender wrote: > > > Yup, at 1379 here. > > Yes, I see the problem. It's caused by having :set acd change to the > directory of the first buffer when initializing the options. Later we > call fix_arg_enc() which tries to guess the filenames

Re: Setting autochdir AND encoding=utf-8 has gvim -d fail

2016-02-22 Fir de Conversatie Christian Brabandt
Hi Axel! On So, 21 Feb 2016, Axel Bender wrote: > Yup, at 1379 here. Yes, I see the problem. It's caused by having :set acd change to the directory of the first buffer when initializing the options. Later we call fix_arg_enc() which tries to guess the filenames again, butt since 'autochdir'

Re: Setting autochdir AND encoding=utf-8 has gvim -d fail

2016-02-21 Fir de Conversatie Axel Bender
Yup, at 1379 here. -- -- 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

Re: Setting autochdir AND encoding=utf-8 has gvim -d fail

2016-02-21 Fir de Conversatie Christian Brabandt
Hi Axel! On So, 21 Feb 2016, Axel Bender wrote: > Windows 7 64-bit, with MinGW 64 > > Being in z:\lib\vim, and d:\temp\.vimrc only containing: > > > set autochdir > set encoding=utf-8 > > > gvim -d x86\make_cyg_ming.mak x64\make_cyg_ming.mak -u d:\temp\.vimrc >

Setting autochdir AND encoding=utf-8 has gvim -d fail

2016-02-21 Fir de Conversatie Axel Bender
Windows 7 64-bit, with MinGW 64 Being in z:\lib\vim, and d:\temp\.vimrc only containing: set autochdir set encoding=utf-8 gvim -d x86\make_cyg_ming.mak x64\make_cyg_ming.mak -u d:\temp\.vimrc (sample) fails, as gvim doesn't find the first file. The name of the first