1 2 3 4 5
if has('macunix') let g:rust_clip_command = 'pbcopy' else let g:rust_clip_command = 'xclip -selection clipboard' endif