Merge remote-tracking branch 'marcesquerra/racer-fix-for-mac'

This commit is contained in:
Maxime Coste 2018-03-05 07:41:18 +11:00
commit 56e005e996

View File

@ -72,7 +72,7 @@ define-command racer-complete -docstring "Complete the current selection with ra
}' }'
) )
printf %s\\n "evaluate-commands -client '${kak_client}' %{ 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} }" | kak -p ${kak_session}
rm -r ${dir} rm -r ${dir}
) > /dev/null 2>&1 < /dev/null & ) > /dev/null 2>&1 < /dev/null &