]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix :z command description again
authorChristian Brabandt <cb@256bit.org>
Mon, 27 Apr 2026 17:06:47 +0000 (17:06 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 27 Apr 2026 17:06:47 +0000 (17:06 +0000)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/various.txt

index 4403b6c6e466d7e8fe91f8f16788ff5e6341ccd1..e60a557dfdbf526b1bdd649e79dcd4f0b1cc599e 100644 (file)
@@ -1,4 +1,4 @@
-*various.txt*  For Vim version 9.2.  Last change: 2026 Apr 26
+*various.txt*  For Vim version 9.2.  Last change: 2026 Apr 27
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -184,8 +184,8 @@ g8                  Print the hex values of the bytes used in the
                        If the mark is "=", a line of dashes is printed
                        around the current line.
 
-                       If the 'number' or 'relativenumber' option is set,
-                       absolute line numbers will be included in the output.
+                       If the 'number' option is set, absolute line numbers
+                       will be included in the output.
 
                                                        *:z!*
 :[range]z![+-^.=][count]