diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-10 01:40:56 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-18 17:08:36 +0900 |
| commit | 83b603390683d49ff75b72d142b4dba4b5186d73 (patch) | |
| tree | 103394f2ffab559d08528ed50a342f80c61d392b /main.go | |
| parent | 01e7668915c4e3cf8c9eeca283d41beac924fe1f (diff) | |
| download | fzf-83b603390683d49ff75b72d142b4dba4b5186d73.tar.gz | |
Add --tmux option to replace fzf-tmux script
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ func printScript(label string, content []byte) { } func exit(code int, err error) { - if err != nil { + if code == fzf.ExitError { fmt.Fprintln(os.Stderr, err.Error()) } os.Exit(code) |
