diff options
| author | Coleman McFarland <43583445+dontlaugh@users.noreply.github.com> | 2024-06-10 19:43:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-10 19:43:08 -0400 |
| commit | a35a7dc4a42ef0a0d83d5db7faeee7ad87ad0d24 (patch) | |
| tree | 6f4a0720461b5ec694ddd62f27d7392e28f4ab3e /doc | |
| parent | c93cb5c4d8f1c2aec21f8bdeba59dfb8f153499c (diff) | |
Fix up %val{buflist} description in expansions.asciidoc
The output is not quoted by default. Fixes #5158
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/pages/expansions.asciidoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/pages/expansions.asciidoc b/doc/pages/expansions.asciidoc index 6277c0dc..f98c266d 100644 --- a/doc/pages/expansions.asciidoc +++ b/doc/pages/expansions.asciidoc @@ -226,8 +226,7 @@ The following expansions are supported (with required context _in italics_): number of lines in the current buffer *%val{buflist}*:: - quoted list of the names of currently-open buffers (as seen in - `%val{bufname}`) + list of the names of currently-open buffers (as seen in %val{bufname}) *%val{bufname}*:: _in buffer, window scope_ + |
