From: Doug Kearns Date: Wed, 12 Nov 2025 19:33:01 +0000 (+0000) Subject: runtime(doc): Improve :help :ls description formatting X-Git-Tag: v9.1.1909~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ab6a22c900aab5fa1859f27d3394d50be04a412;p=thirdparty%2Fvim.git runtime(doc): Improve :help :ls description formatting Quote the special buffer names for consistency (see :help bufname()) and so that they're not incorrectly highlighted as optional command arguments. closes: #18730 Signed-off-by: Doug Kearns Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index bedaa32608..5b77055a65 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -1,4 +1,4 @@ -*windows.txt* For Vim version 9.1. Last change: 2025 Nov 10 +*windows.txt* For Vim version 9.1. Last change: 2025 Nov 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1145,10 +1145,10 @@ list of buffers. |unlisted-buffer| or "N CTRL-^", where N is the buffer number. For the file name these special values are used: - [Prompt] |prompt-buffer| - [Popup] buffer of a |popup-window| - [Scratch] 'buftype' is "nofile" - [No Name] no file name specified + "[Prompt]" |prompt-buffer| + "[Popup]" buffer of a |popup-window| + "[Scratch]" 'buftype' is "nofile" + "[No Name]" no file name specified For a |terminal-window| buffer the status is used. Indicators (chars in the same column are mutually exclusive):