This commit is contained in:
2025-08-10 15:42:52 +10:00
parent 2e388c6e68
commit 3f2482d7ea
5 changed files with 62 additions and 10 deletions

View File

@@ -32,7 +32,13 @@ Reference a line (a line reference) with a percent symbol before a line number:
jump %10
```
(WORK IN PROGRESS) Alternatively, set a label and jump to that (setting labels will be discussed below):
Alternatively, set a label:
```
@myLabel
```
and jump to that (setting labels will be discussed below):
```
jump %myLabel