diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-06-21 18:51:18 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-06-21 18:51:18 +0100 |
| commit | 56bb0f9f2c173cc269d56891e77d1eee4c910cff (patch) | |
| tree | 1c4c3c42abd64f058837c737b958e260d9afdf79 /src | |
| parent | 60dfeb2821a076c3245604b14901435f688ff829 (diff) | |
clang.kak: use socat in unidirectional mode
Diffstat (limited to 'src')
| -rw-r--r-- | src/rc/clang.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/clang.kak b/src/rc/clang.kak index 2e712aee..394e3819 100644 --- a/src/rc/clang.kak +++ b/src/rc/clang.kak @@ -23,7 +23,7 @@ def clang-complete %{ for cmp in ${output}; do completions="${completions};${cmp}" done - echo "eval -client $kak_client %[ echo completed; setb completions '${completions}' ]" | socat stdin UNIX-CONNECT:${kak_socket} + echo "eval -client $kak_client %[ echo completed; setb completions '${completions}' ]" | socat -u stdin UNIX-CONNECT:${kak_socket} ) >& /dev/null < /dev/null & } } |
