Yegappan wrote:
> To clear the contents of a list named "abc", we can use "unlet abc[:]".
> It looks like a similar method for clearing the contents of a dictionary
> is not available. We can set the dictionary variable to another empty
> dictionary (but it is not the same). Am I missing something?
The "unlet" command would be a weird way to clear a dict.
The suggestion to use filter() works well enough:
call filter(dict, 0)
Adding a new function isn't really needed, I would think clearing a
dictionary while keeping the identity is rare.
--
If Microsoft would build a car...
... You'd have to press the "Start" button to turn the engine off.
/// 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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202005252035.04PKZQNu409062%40masaka.moolenaar.net.