Re: Crash with vimgrep

2009-07-17 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > Vim crash when writing a file in BufRead event while vimgrep search. > I tested with vim7.2.234 on Ubuntu9.04 and Windows Vista. > This problem appeared at 7.2.203. > > Steps To Reproduce: > $ echo x > foo.txt > $ vim -u NONE > :au BufRead *.txt w bar (th

Crash with vimgrep

2009-07-16 Fir de Conversatie Yukihiro Nakadaira
Vim crash when writing a file in BufRead event while vimgrep search. I tested with vim7.2.234 on Ubuntu9.04 and Windows Vista. This problem appeared at 7.2.203. Steps To Reproduce: $ echo x > foo.txt $ vim -u NONE :au BufRead *.txt w bar (this is what gzip plugin do for .gz) :vimgre