diff options
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index ccde53cc06..8244ae4230 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -173,13 +173,12 @@ g8 Print the hex values of the bytes used in the Like ":z" or ":z!", but number the lines. *:=* -:= [flags] Print the last line number. - See |ex-flags| for [flags]. +:= Without arg: Print the last line number. + with args: equivalent to `:lua ={expr}`. see |:lua| -:{range}= [flags] Prints the last line number in {range}. For example, +:{range}= Prints the last line number in {range}. For example, this prints the current line number: > :.= -< See |ex-flags| for [flags]. :norm[al][!] {commands} *:norm* *:normal* Execute Normal mode commands {commands}. This makes |