Christian Brabandt wrote:
> Hi Bram,
> consider this script:
>
> #v+
> ~$ cat vim_crash_buffer.vim
> sp +enew
> set bufhidden=wipe
> autocmd BufWinLeave <buffer> wincmd p
> 1b!
> ~$ vim -u NONE -U NONE -N -i NONE -c 'so vim_crash_buffer.vim'
> Vim: Caught deadly signal SEGV
> ~$
> #v-
>
> This is a rather silly example, but the NrrwRgn plugin accidentally did
> this and so crashed Vim.
>
> Because it crashed my precious Vim session I was pretty sad and so I
> wrote a patch killing this vicious bug. ;)
I feel sorry for the bug! :-)
--
Everybody lies, but it doesn't matter since nobody listens.
-- Lieberman's Law
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
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