Yegappan Lakshmanan
unread,Jul 31, 2021, 2:04:44 AM7/31/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim_dev
Hi,
When adding the Vim9 argument type checks to the built-in functions,
I noticed some minor issues in the help text for these functions.
1. The help for some functions that accept a String argument have the
description that states that the argument is a string. But for some
functions, this is not called out.
2. Functions that accept a buffer number as an argument, the argument
type is not clearly called out.
I am attaching an update to the help to address this.
- Yegappan