Merge branch 'master' of http://github.com/throwawayaccount12345-1/kakoune
This commit is contained in:
commit
c009067874
|
@ -209,11 +209,11 @@ define-command \
|
|||
|
||||
# A fifo to send the results back to a Kakoune buffer.
|
||||
mkfifo "$dir"/fifo
|
||||
printf 'lint-open-output-buffer %s' "$(kakquote "$dir")" | kak -p "$kak_session"
|
||||
|
||||
# We are done here. Send the results to Kakoune,
|
||||
# and clean up.
|
||||
# Send the results to kakoune if the session is still valid.
|
||||
if printf 'lint-open-output-buffer %s' "$(kakquote "$dir")" | kak -p "$kak_session"; then
|
||||
cat "$dir"/result > "$dir"/fifo
|
||||
fi
|
||||
# Clean up.
|
||||
rm -rf "$dir"
|
||||
|
||||
} & ) >"$dir"/stderr 2>&1 </dev/null
|
||||
|
|
Loading…
Reference in New Issue
Block a user