mirror of
https://github.com/vim/vim.git
synced 2026-05-28 13:07:21 +02:00
65b0d16768
Problem: Default constructor arguments are not optional. Solution: Use "= v:none" to make constructor arguments optional.