Merge remote-tracking branch 'marcesquerra/racer-fix-for-mac'
This commit is contained in:
commit
56e005e996
|
@ -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 &
|
||||||
|
|
Loading…
Reference in New Issue
Block a user