breaking: bump nvim version requirement to 0.5.1 (#1406)

This commit is contained in:
Julian Fricker
2021-11-04 06:20:17 +00:00
committed by GitHub
parent 587a10d149
commit 6a8fbb53e0
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
if !has('nvim-0.5')
echoerr "Telescope.nvim requires at least nvim-0.5. Please update or uninstall"
if !has('nvim-0.5.1')
echoerr "Telescope.nvim requires at least nvim-0.5.1. Please update or uninstall"
finish
end