From 9c3b2da4f65b9bacf492d294d774f71b3321dace Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 27 Apr 2026 06:03:16 +0800 Subject: [PATCH] vim-patch:bf6892a: runtime(doc): Update documentation on :z https://github.com/vim/vim/commit/bf6892aaabd52bbfdc24730e77a05ba91675a1d7 Co-authored-by: Christian Brabandt --- runtime/doc/various.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 4069513af2..f10014ab2e 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -186,6 +186,9 @@ gx Opens the current filepath, URL (decided by 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. + *:z!* :[range]z![+-^.=][count] Like ":z", but when [count] is not specified, it