ZyX wrote:
> The following scripts lead to vim crash (ABRT for the first script and SEGV
> for
> the second):
>
> # First:
> vim -u NONE -c 'call filter(v:, 0)'
> # Second:
> vim -u NONE -c 'set nocompatible' \
> -c 'call map(v:, "{}")' \
> -c 'nnoremap j :<C-u>echo v:count<CR>' \
> -c 'call feedkeys("1j")'
Thanks for the report, I'll add it in the todo list.
--
If your company is not involved in something called "ISO 9000" you probably
have no idea what it is. If your company _is_ involved in ISO 9000 then you
definitely have no idea what it is.
(Scott Adams - The Dilbert principle)
/// 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