Re: [bug][patch] Vim can segfault when setting v:errmsg

2019-01-21 Fir de Conversatie Bram Moolenaar
Jason Franklin wrote: > My environment is Ubuntu 18.04, GNOME Terminal. > > While tinkering around, I discovered that the following snippet of > Vimscript will result in a segfault: > > " This produces a segfault. > while 1 > silent! let v:errmsg = [] > let v:errmsg = '' > endwhile > >

[bug][patch] Vim can segfault when setting v:errmsg

2019-01-21 Fir de Conversatie Jason Franklin
Greetings, My environment is Ubuntu 18.04, GNOME Terminal. While tinkering around, I discovered that the following snippet of Vimscript will result in a segfault: " This produces a segfault. while 1 silent! let v:errmsg = [] let v:errmsg = '' endwhile The loop is there because you may have