From 59b0d9f62d163f1caa60c4b656fef51f8a13cef6 Mon Sep 17 00:00:00 2001 From: Drew Neil Date: Thu, 16 Nov 2017 22:41:16 +0000 Subject: doc: Fix pathshorten() example (#7571) --- runtime/doc/eval.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 11f549cd05..4a0f76c64b 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -5811,7 +5811,7 @@ pathshorten({expr}) *pathshorten()* components in the path are reduced to single letters. Leading '~' and '.' characters are kept. Example: > :echo pathshorten('~/.config/nvim/autoload/file1.vim') -< ~/.v/a/file1.vim ~ +< ~/.c/n/a/file1.vim ~ It doesn't matter if the path exists or not. pow({x}, {y}) *pow()* -- cgit