summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2021-07-08 11:16:18 +0200
committerSimon Hauser <Simon-Hauser@outlook.de>2021-07-08 11:16:18 +0200
commit1dd6f8408b6e3334ddba695a7c4e0fd500f9bff6 (patch)
tree0c8a2e6fb230b1f5e05072129750f207491109e0 /doc
parentd5a8e48aa632508f5d7d6d428244eaf150adad25 (diff)
fix: wrong information in changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope_changelog.txt4
1 files changed, 2 insertions, 2 deletions
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