mirror of
https://github.com/zoriya/vim.git
synced 2026-05-17 05:03:22 +00:00
2e5910bfbb
Problem: Vim9: key type that can be used for literal dict and indexing is
inconsistent.
Solution: Allow using number and bool as key for a literal dict. (#7771)