diff options
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 5484e27797..b0e0bdcb84 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -116,9 +116,9 @@ g8 Print the hex values of the bytes used in the *:l* *:list* :[range]l[ist] [count] [flags] - Same as :print, but display unprintable characters - with '^' and put $ after the line. This can be - further changed with the 'listchars' option. + Same as :print, but show tabs as ">", trailing spaces + as "-", and non-breakable space characters as "+" by + default. Further changed by the 'listchars' option. See |ex-flags| for [flags]. *:nu* *:number* |