mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05:00
0.17.5
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
const (
|
||||
// Current version
|
||||
version = "0.17.4"
|
||||
version = "0.17.5"
|
||||
|
||||
// Core
|
||||
coordinatorDelayMax time.Duration = 100 * time.Millisecond
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
// ExecCommand executes the given command with cmd
|
||||
func ExecCommand(command string, setpgid bool) *exec.Cmd {
|
||||
return ExecCommandWith("cmd", command)
|
||||
return ExecCommandWith("cmd", command, setpgid)
|
||||
}
|
||||
|
||||
// ExecCommandWith executes the given command with cmd. _shell parameter is
|
||||
|
||||
Reference in New Issue
Block a user