summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorkylo252 <59826753+kylo252@users.noreply.github.com>2022-04-22 16:13:32 +0200
committerGitHub <noreply@github.com>2022-04-22 16:13:32 +0200
commitcc1a3440f9ba6f28a8ca0bfff867f60c2d80c353 (patch)
tree965bd4cb118219c3f45dfdd7442379938f849938 /plugin
parent5a58b1f53577a8e124d703b5f8f3a29d07416753 (diff)
fix: fix keep insert when going from telescope window to telescope window (#1600)
Also fixes `initial_mode` Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
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 9128c45..506f9ee 100644
--- a/plugin/telescope.vim
+++ b/plugin/telescope.vim
@@ -1,5 +1,5 @@
if !has('nvim-0.7.0')
- echoerr "Telescope.nvim requires at least nvim-0.7.0. See `:h telescope.changelog-1549`"
+ echoerr "Telescope.nvim requires at least nvim-0.7.0. See `:h telescope.changelog-1851`"
finish
end