mirror of
https://github.com/vim/vim.git
synced 2026-02-05 11:34:36 +01: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.