From 22198ea58872e3da8217f4226b6a053102f4c974 Mon Sep 17 00:00:00 2001 From: Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> Date: Sat, 13 Nov 2021 11:17:15 +0000 Subject: docs: add a changelog entry for updated version requirements (#1444) - also updates the error message to point to it --- plugin/telescope.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/telescope.vim b/plugin/telescope.vim index 748676f..02e7520 100644 --- a/plugin/telescope.vim +++ b/plugin/telescope.vim @@ -1,5 +1,5 @@ if !has('nvim-0.5.1') - echoerr "Telescope.nvim requires at least nvim-0.5.1. Please update or uninstall" + echoerr "Telescope.nvim requires at least nvim-0.5.1. See `:h telescope.changelog-1406`" finish end -- cgit v1.2.3