mirror of
https://github.com/vim/vim.git
synced 2026-04-12 06:56:43 +02:00
Problem: Default constructor arguments are not optional. Solution: Use "= v:none" to make constructor arguments optional.
Problem: Default constructor arguments are not optional. Solution: Use "= v:none" to make constructor arguments optional.