summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2022-04-22 16:08:56 +0200
committerGitHub <noreply@github.com>2022-04-22 16:08:56 +0200
commit5a58b1f53577a8e124d703b5f8f3a29d07416753 (patch)
tree220b9bac5864812ddec932f3efbf8c513aaf8f63 /plugin
parentd88094fbfd84b297178252230f6faf0e7d2f7650 (diff)
break: bump minimum required neovim version to 0.7 (#1851)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/telescope.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/telescope.vim b/plugin/telescope.vim
index 19a5de7..9128c45 100644
--- a/plugin/telescope.vim
+++ b/plugin/telescope.vim
@@ -1,5 +1,5 @@
-if !has('nvim-0.6.0')
- echoerr "Telescope.nvim requires at least nvim-0.6.0. See `:h telescope.changelog-1549`"
+if !has('nvim-0.7.0')
+ echoerr "Telescope.nvim requires at least nvim-0.7.0. See `:h telescope.changelog-1549`"
finish
end