From 6a8fbb53e01f9c523a68fb1eb06a346e43db720d Mon Sep 17 00:00:00 2001 From: Julian Fricker <402357+TC72@users.noreply.github.com> Date: Thu, 4 Nov 2021 06:20:17 +0000 Subject: breaking: bump nvim version requirement to 0.5.1 (#1406) --- plugin/telescope.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin') diff --git a/plugin/telescope.vim b/plugin/telescope.vim index 095a1ad..748676f 100644 --- a/plugin/telescope.vim +++ b/plugin/telescope.vim @@ -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 -- cgit v1.2.3