diff --git a/src/options.go b/src/options.go index 20d1858..815ac44 100644 --- a/src/options.go +++ b/src/options.go @@ -1303,6 +1303,7 @@ func parseOptions(opts *Options, allArgs []string) { opts.HscrollOff = atoi(value) } else if match, value := optString(arg, "--jump-labels="); match { opts.JumpLabels = value + validateJumpLabels = true } else { errorExit("unknown option: " + arg) }