Hi, On Sat, Jan 16, 2021 at 6:55 AM Shane-XB-Qian <[email protected]> wrote:
> @brammool <https://github.com/brammool> @yegappan > <https://github.com/yegappan> there is a regression/not-compatible issue: > in the past cursor(line, col), that 'col' can be a 'string' type, now > must be 'int'. > for now, not sure caused by this, or vim9, since vim9 made type check > looks strict.. > > > It is a regression caused by this change. I added a check to make sure the column argument is a number. I didn't realize plugins are passing string for this argument. I will create a PR to address this. 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/CAAW7x7kzyTa-TXAC5wHPQjgUi5Zxi1T32tJaT0y5_z315JmvGA%40mail.gmail.com.
