mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
65b0d16768
Problem: Default constructor arguments are not optional. Solution: Use "= v:none" to make constructor arguments optional.