dstein64 / nvim-scrollview

A Neovim plugin that displays interactive vertical scrollbars and signs.
MIT License
563 stars 10 forks source link

Use updated API to avoid deprecation warnings #131

Closed ofseed closed 6 months ago

ofseed commented 6 months ago

vim.tbl_islist was deprecated in 0.10

dstein64 commented 6 months ago

Thanks @ofseed. This is merged.

I can see in the documentation that vim.tbl_islist was deprecated, but I didn't receive any warning on Neovim v0.10 (I checked :messages). Do you know what would cause the warning to be received or not?

ofseed commented 6 months ago

@dstein64 Because this function was marked to be removed at 0.12, so 0.10 will not receive the deprecation warnings. I'm using neovim compiled by myself, which is 0.11 now, so these warnings came out.