summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorLuke Kershaw <35707277+l-kershaw@users.noreply.github.com>2021-11-13 11:17:15 +0000
committerGitHub <noreply@github.com>2021-11-13 11:17:15 +0000
commit22198ea58872e3da8217f4226b6a053102f4c974 (patch)
tree0cee49b9cbe3edbdde85e550acfb45bc762577ae /plugin
parentbf77c5d2fab49cf932c9ebfc98be3b7ce2ac3bad (diff)
docs: add a changelog entry for updated version requirements (#1444)
- also updates the error message to point to it
Diffstat (limited to 'plugin')
-rw-r--r--plugin/telescope.vim2
1 files changed, 1 insertions, 1 deletions
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