aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-11-27 11:20:31 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-11-27 11:20:31 -0500
commitc1f6b2b75b3853d2eb6b07b83dd6be8bc4c87bbf (patch)
tree3f48668444a40f4ab19f54447d902aa4e166e670 /doc
parent24de6b2672d6f653e7d0691482e96bfc43b179ef (diff)
Added command line switch to jump to a buffer line.
This is more convenient than '-e "goto_line(n - 1)"'.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md
index 02b77e37..08fdf48e 100644
--- a/doc/manual.md
+++ b/doc/manual.md
@@ -1808,6 +1808,7 @@ Switch |Arguments|Description
`-e`, `--execute` | 1 |Run Lua [code](#Lua.Command.Entry).
`-f`, `--force` | 0 |Forces [unique instance](#Single.Instance).
`-h`, `--help` | 0 |Shows this.
+`-l`, `--line` | 1 |Jumps to a line in the previously opened file.
`-n`, `--nosession`| 0 |No [session](#Sessions) functionality.
`-s`, `--session` | 1 |Loads [session](#Sessions) on startup.
`-u`, `--userhome` | 1 |Sets alternate [`_USERHOME`][].