aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_init.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_init.go')
-rw-r--r--src/c_init.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c_init.go b/src/c_init.go
index c2c7779..555fb96 100644
--- a/src/c_init.go
+++ b/src/c_init.go
@@ -66,6 +66,7 @@ type HardOpts struct {
Perc bool `yaml:"percent"`
Term string `yaml:"terminal"`
DefSSH string `yaml:"default_ssh_priv"`
+ Fuzzer string `yaml:"fuzzy_finder"`
file string
}
@@ -185,7 +186,7 @@ func c_get_options(dir string, load_err *[]error) HardOpts {
opts.file = file
return opts
}
- opts, err := c_parse_opts(file)
+ opts, err := c_parse_opts(file, opts)
opts.file = file
if err != nil {
*load_err = append(*load_err, err)