From 08a1eb7ae1bb687dec51c9b0b9630b6ae6d1c263 Mon Sep 17 00:00:00 2001 From: Bohr Shaw Date: Thu, 12 Nov 2015 10:53:49 +0800 Subject: Doc: minor fix for ":ls u" This fixes a typo that was already contained in the original Vim patch: https://github.com/vim/vim/commit/d51cb706a4e3ae99555bc214a64c83603c701139 --- runtime/doc/windows.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 0e83c1fc89..c009bec66e 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -1006,7 +1006,7 @@ list of buffers. |unlisted-buffer| - buffers with 'modifiable' off = readonly buffers a active buffers - u unloaded buffers (overrides the "!") + u unlisted buffers (overrides the "!") h hidden buffers x buffers with a read error % current buffer -- cgit