You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider replacing all accesses to Vim options from vim.api.nvim_get_option_value to vim.[b]o (as of v0.10, they finally function identically) <==> Chore: unify the way when get option #1269
Feature description
The 0.10 stable version of
nvimwas released on 3 days ago. We could make some changes like #1245 to current 0.10 branch and merge it intomain.Additional information
MANDATORY CHANGES
?0.9(legacy) and0.11(nightly) <==>?NEW FEATURES
vim.api.nvim_get_option_valuetovim.[b]o(as of v0.10, they finally function identically) <==> Chore: unify the way when get option #1269Linked issues / PRs
null-ls.nvimhas been archived #851vim.tbl_islist()withvim.islist()afterNVIM v0.10.0-dev-2560#1245