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