Hello Vim Dev, Here is a way to crash vim (vim -u NONE --noplugin).
Set an autocommand:
au BufUnload * :call setloclist(0, [{'bufnr':1, 'lnum':1, 'col':1, 'text':
'tango down'}])
Now run:
:lvimgrep /.*/ *.txt
And vim goes down. Should lvimgrep trigger BufUnload autocommands? Where it is
useful?
Best,
Marcin
--
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
