Hello list
The example buffer list at *:ls* is missing a space before the '+' flag:
the '+' flag is in column 5 after the buffer number, not in column 4.
The attached patch fixes this.
David Bürgin
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
*** vim-7.3.715/runtime/doc/windows.txt 2012-11-15 18:18:36.881175811 +0100
--- vim/runtime/doc/windows.txt 2012-11-15 18:17:49.501176155 +0100
***************
*** 939,947 ****
:buffers[!] *:buffers* *:ls*
:ls[!] Show all buffers. Example:
! 1 #h "/test/text" line 1 ~
! 2u "asdf" line 0 ~
! 3 %a+ "version.c" line 1 ~
When the [!] is included the list will show unlisted buffers
(the term "unlisted" is a bit confusing then...).
--- 939,947 ----
:buffers[!] *:buffers* *:ls*
:ls[!] Show all buffers. Example:
! 1 #h "/test/text" line 1 ~
! 2u "asdf" line 0 ~
! 3 %a + "version.c" line 1 ~
When the [!] is included the list will show unlisted buffers
(the term "unlisted" is a bit confusing then...).