Hi Christian, On Thu, May 26, 2022 at 1:07 AM Christian Brabandt < [email protected]> wrote:
> either a String with one or more autocmd event names separated by comma or > a List of event names > > Shouldn't we be more consistent here and either allow String for single > events or list with multiple events? Or maybe even better disallow strings > at all and only allow a list of events (since this is pretty new, shouldn't > break users expectations yet I hope)? > > > The autocmd_get() function returns a String for the event name and pattern. If you want to pass the return value of the autocmd_get() function to the autocmd_add() function, then we need to support the String type for the event name and pattern. Regards, Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7%3DD30voh%2Bi7%3Dvj9PQ3UxkUu2MN%3DS7ZrShEjvAoCXc3Wzw%40mail.gmail.com.
