mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-29 01:24:52 +03:00
Fix racer complation on Mac
This commit is contained in:
parent
8acedacf7c
commit
2ef1ac0b3b
@ -72,7 +72,7 @@ define-command racer-complete -docstring "Complete the current selection with ra
|
||||
}'
|
||||
)
|
||||
printf %s\\n "evaluate-commands -client '${kak_client}' %{
|
||||
set-option buffer=${kak_bufname} racer_completions %@${compl: : -1}@
|
||||
set-option buffer=${kak_bufname} racer_completions %@${compl%?}@
|
||||
}" | kak -p ${kak_session}
|
||||
rm -r ${dir}
|
||||
) > /dev/null 2>&1 < /dev/null &
|
||||
|
Loading…
Reference in New Issue
Block a user