Inspired by report of Yukihiro Nakadaira:
Script
vim -u NONE -c 'call remove(v:, "count")'
produces segmentation fault.
// consequence of the extend() bug:
vim -u NONE -c 'set nocompatible' \
-c 'call extend(v:, {"count": {}})' \
-c 'nnoremap j :<C-u>echo v:count<CR>' \
-c 'call feedkeys("1j")'
leads to segmentation fault too.
Does anybody know some other functions/commands that work with dictionaries?
signature.asc
Description: This is a digitally signed message part.
