Skip to content

Commit

Permalink
Fix problem with first completions not working
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Nov 24, 2023
1 parent f8481d7 commit 2e27c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/spectral/prefix
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ do
done

test -t 0 && stty "$ttystate"
kill $stdoutPid 2> /dev/null
kill $launchPid $stdoutPid 2> /dev/null
terminate
exit 1

Expand Down

0 comments on commit 2e27c0e

Please sign in to comment.