From c51cf0329809c7ae946c59d6f56699227efc9d1b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 26 Feb 2022 12:25:45 +0000 Subject: Update runtime files. --- runtime/doc/fold.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/fold.txt') diff --git a/runtime/doc/fold.txt b/runtime/doc/fold.txt index 5bcadda654..cda3902525 100644 --- a/runtime/doc/fold.txt +++ b/runtime/doc/fold.txt @@ -507,7 +507,7 @@ Note the use of backslashes to avoid some characters to be interpreted by the :function MyFoldText() : let line = getline(v:foldstart) : let sub = substitute(line, '/\*\|\*/\|{{{\d\=', '', 'g') - : return v:folddashes . sub + : return v:folddashes .. sub :endfunction Evaluating 'foldtext' is done in the |sandbox|. The current window is set to -- cgit v1.2.3