chore: replace deprecated vim.tbl_islist #15

Merged
CoderLambert merged 2 commits from chore/remove-deprecated-vim-islist into main 2026-05-20 23:40:57 +08:00
CoderLambert commented 2026-05-20 23:36:46 +08:00 (Migrated from github.com)

Summary

  • Replace deprecated vim.tbl_islist usage in scripts/validate.lua.
  • Replace deprecated vim.tbl_islist usage in lua/project_search/templates.lua.

Notes

This removes the Neovim deprecation warning from make check output. Runtime behavior should remain unchanged because both call sites only check whether decoded JSON tables are list-like.

## Summary - Replace deprecated `vim.tbl_islist` usage in `scripts/validate.lua`. - Replace deprecated `vim.tbl_islist` usage in `lua/project_search/templates.lua`. ## Notes This removes the Neovim deprecation warning from `make check` output. Runtime behavior should remain unchanged because both call sites only check whether decoded JSON tables are list-like.
Sign in to join this conversation.