Re: faulty session scripts in 7.4.459

2014-09-29 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Peter and Bram, > > 2014/9/27(Sat) 5:00:01 UTC+9 Peter Mattern: > > As of 7.4.459 the script files as created by mksession or mkview contain > > > > an invalid line > > > >setlocal backupcopy= > > > > which causes an E474 error when sourced. > > > >

Re: faulty session scripts in 7.4.459

2014-09-29 Fir de Conversatie h_east
This option should contain one of "yes", "no" or "auto". However, global / local string option should allow the empty option for local. It is not possible after Vim7.4.456. My patch fixed this. Thank you. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your

Re: faulty session scripts in 7.4.459

2014-09-29 Fir de Conversatie h_east
Hi Peter and Bram, 2014/9/27(Sat) 5:00:01 UTC+9 Peter Mattern: > As of 7.4.459 the script files as created by mksession or mkview contain > > an invalid line > >setlocal backupcopy= > > which causes an E474 error when sourced. > > > > Once a correct value such as auto was set ma

Re: faulty session scripts in 7.4.459

2014-09-28 Fir de Conversatie Nobuhiro Takasaki
Not see the value of backupcopy it was incorrect. This patch is withdrawn. No talent. Nobuhiro Takasaki -- -- 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/maill

Re: faulty session scripts in 7.4.459

2014-09-28 Fir de Conversatie Nobuhiro Takasaki
I also saw this problem. I wrote a short patch. This allows the space defined in the "setlocal backupcopy=". How will it correct? Thanks. Nobuhiro Takasaki -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying t

faulty session scripts in 7.4.459

2014-09-26 Fir de Conversatie Peter Mattern
As of 7.4.459 the script files as created by mksession or mkview contain an invalid line setlocal backupcopy= which causes an E474 error when sourced. Once a correct value such as auto was set manually, it doesn't get overwritten by running e, g, ':mksession!'. Seen on Arch Linux (x