commit | c51cf0329809c7ae946c59d6f56699227efc9d1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 26 12:25:45 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 26 12:25:45 2022 +0000 |
tree | 825302ef0857905dbf08dc584ef6d6a8aae27790 | |
parent | e41c1dd8890d3f701253255993f4e9af2d12225c [diff] [blame] |
Update runtime files.
diff --git a/runtime/doc/fold.txt b/runtime/doc/fold.txt index 5bcadda..cda3902 100644 --- a/runtime/doc/fold.txt +++ b/runtime/doc/fold.txt
@@ -507,7 +507,7 @@ :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