Re: Patch 7.4.786

2015-07-19 Thread Bram Moolenaar
Hirohito Higashi wrote: > Hi Dominique, > > 2015-7-18(Sat) 22:28:11 UTC+9 Dominique Pelle: > > On Sat, Jul 18, 2015 at 1:13 PM, h_east wrote: > > > Hi Dominique, > > > > > > 2015-7-18(Sat) 14:40:28 UTC+9 Dominique Pelle: > > >> h_east wrote: > > >> > > >> > Hi Dominique! > > >> > > > >> > 2015-7

Patch 7.4.789

2015-07-19 Thread Bram Moolenaar
Patch 7.4.789 (after 7.4.788) Problem:Using freed memory and crash. (Dominique Pellej) Solution: Correct use of pointers. (Hirohito Higashi) Files: src/option.c *** ../vim-7.4.788/src/option.c 2015-07-17 23:08:18.200915641 +0200 --- src/option.c2015-07-19 14:36:23.112460392 +0

Re: Patch 7.4.786

2015-07-19 Thread Jan Larres
Bram Moolenaar : > + Note: It's a bad idea, to reset an option > + during this autocommand, since this will > + probably break plugins. You can always use > + |noa| to prevent triggering