romgrk / barbar.nvim

The neovim tabline plugin.
2.16k stars 81 forks source link

fix: use of deprecated `vim.tbl_islist` #581

Closed weskoerber closed 1 month ago

weskoerber commented 1 month ago

closes: #580

Iron-E commented 1 month ago

Does this maintain compatibility with Neovim 0.7?

weskoerber commented 1 month ago

Uhh, probably not...

I should do vim.islist or vim.tbl_islist instead.

Iron-E commented 1 month ago

Sounds good. The project standard for that would be to resolve it at the top of the file

weskoerber commented 1 month ago

Understood, thanks for catching that!

Iron-E commented 1 month ago

LGTM. Thank you for the contribution!