har5ha
har5ha
Yes.. I Just did a git pull .. and it said "Already up to date" then did a "sudo make install" . The above issue still exists on my system.
Here you go .. [faint+faint-operate.zip](https://github.com/salman-abedin/faint/files/5536443/faint%2Bfaint-operate.zip)
Looks like the problem is with --header ' ' [ ie. being empty somehow.. ] I changed the line 27 to look like : ``` 25 FZF_DEFAULT_OPTS="\ 26 $FZF_DEFAULT_OPTS 27...
> And also try running find . -maxdepth 1 on your shell and see if you get any entry named -m on the standard output or not. I didn't get...
If I run fzf with the same "FZF_DEFAULT_OPTS" in faint (ie. --header '' ) in the terminal. `$ /usr/bin/fzf --reverse --border --no-info --margin 15%,30% --no-color -m --cycle --header '' `...
`--header \"\"` I tried that option earlier too.. But then I was getting this error, from the very next line in "faint" file: ``` $faint unknown option: ;:reload(faint-list -l {})+clear-query+top...
> Okay then try removing the `export FZF_DEFAULT_OPTS` line altogether and put the `export` command before the `FZF_DEFAULT_OPTS` variable. It's gonna look like this... > > ```shell > export FZF_DEFAULT_OPTS="\...
Here you go .. [faint-config.zip](https://github.com/salman-abedin/faint/files/5540195/faint-config.zip)
Thanks for all your help. I am happy with making the header '---' to avoid the issue, for now. May be its an issue with my version of fzf or...
Definitely not!. Sure thing..