From cc1a3440f9ba6f28a8ca0bfff867f60c2d80c353 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Fri, 22 Apr 2022 16:13:32 +0200 Subject: fix: fix keep insert when going from telescope window to telescope window (#1600) Also fixes `initial_mode` Co-authored-by: Simon Hauser --- 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 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 -- cgit v1.2.3