mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-19 15:38:39 +02:00
ebcf5fa241
Problem: Can't pass dict to sort function.
Solution: Add the optional {dict} argument to sort(). (ZyX)