diff --git a/src/options.go b/src/options.go index de4e5913..dc253675 100644 --- a/src/options.go +++ b/src/options.go @@ -994,13 +994,6 @@ func parseInfoStyle(str string) infoStyle { } func parsePreviewWindow(opts *previewOpts, input string) { - // Default - opts.position = posRight - opts.size = sizeSpec{50, true} - opts.hidden = false - opts.wrap = false - opts.cycle = false - tokens := strings.Split(input, ":") sizeRegex := regexp.MustCompile("^[0-9]+%?$") offsetRegex := regexp.MustCompile("^\\+([0-9]+|{-?[0-9]+})(-[0-9]+|-/[1-9][0-9]*)?$")