|
1 | | -*various.txt* For Vim version 9.2. Last change: 2026 Apr 20 |
| 1 | +*various.txt* For Vim version 9.2. Last change: 2026 Apr 27 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -60,10 +60,9 @@ ga Print the ascii value of the character under the |
60 | 60 | but printable according to the 'isprint' option, the |
61 | 61 | non-printable version is also given. |
62 | 62 |
|
63 | | - When the character is larger than 127, the <M-x> form |
64 | | - is also printed. For example: |
65 | | - <~A> <M-^A> 129, Hex 81, Octal 201 ~ |
66 | | - <p> <|~> <M-~> 254, Hex fe, Octal 376 ~ |
| 63 | + When the character is larger than 127: |
| 64 | + <<81>> 129, Hex 0081, Octal 201 ~ |
| 65 | + <p> 254, Hex 00fe, Octal 376 ~ |
67 | 66 | (where <p> is a special character) |
68 | 67 |
|
69 | 68 | The <Nul> character in a file is stored internally as |
@@ -185,6 +184,9 @@ g8 Print the hex values of the bytes used in the |
185 | 184 | If the mark is "=", a line of dashes is printed |
186 | 185 | around the current line. |
187 | 186 |
|
| 187 | + If the 'number' option is set, absolute line numbers |
| 188 | + will be included in the output. |
| 189 | + |
188 | 190 | *:z!* |
189 | 191 | :[range]z![+-^.=][count] |
190 | 192 | Like ":z", but when [count] is not specified, it |
|
0 commit comments