From 1dd6f8408b6e3334ddba695a7c4e0fd500f9bff6 Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Thu, 8 Jul 2021 11:16:18 +0200 Subject: [PATCH] fix: wrong information in changelog --- README.md | 2 +- doc/telescope_changelog.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01cf48c..018edc4 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Community driven built-in [pickers](#pickers), [sorters](#sorters) and [previewe This section should guide to run your first built-in pickers :smile:. -[Neovim (v0.5)](https://github.com/neovim/neovim/releases/tag/v0.5.0) +[Neovim (v0.5)](https://github.com/neovim/neovim/releases/tag/v0.5.0) or newer is required for `telescope.nvim` to work. ### Optional dependences diff --git a/doc/telescope_changelog.txt b/doc/telescope_changelog.txt index b0c55fa..bfb647e 100644 --- a/doc/telescope_changelog.txt +++ b/doc/telescope_changelog.txt @@ -70,7 +70,7 @@ Example would be for a global configuration: require("telescope").setup{ defaults = { path_display = { - "shorten_path", + "shorten", "absolute", }, } @@ -78,7 +78,7 @@ Example would be for a global configuration: You can also still pass this to a single builtin call: require("telescope.builtin").find_files { - path_display = { "shorten_path" } + path_display = { "shorten" } } For extension developers there is a new util function that can be used to