Skip to content

fixed deprecated version of vim.validate()#3481

Closed
pebbe wants to merge 1 commit intonvim-telescope:masterfrom
pebbe:master
Closed

fixed deprecated version of vim.validate()#3481
pebbe wants to merge 1 commit intonvim-telescope:masterfrom
pebbe:master

Conversation

@pebbe
Copy link

@pebbe pebbe commented Jun 10, 2025

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:

  • 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)

@clason
Copy link
Contributor

clason commented Nov 2, 2025

Needs to be rebased and reopened (no CI runs == no merge).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants