telescope.nvim icon indicating copy to clipboard operation
telescope.nvim copied to clipboard

fixed deprecated version of vim.validate()

Open pebbe opened this issue 7 months ago • 0 comments

Description

The use of vim.validate(spec) is deprecated.

Type of change

Changed all calls to vim.validate(spec) into calls to vim.validate(name, value, validator[, optional][, message])

Configuration:

  • Neovim version (nvim --version): v0.11.2
  • Operating system and version: Debian GNU/Linux bookworm 12.11 x86_64

Checklist:

  • [x] My code follows the style guidelines of this project (stylua)
  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation (lua annotations)

pebbe avatar Jun 10 '25 18:06 pebbe