Detect If You Are On A Mac
if has('macunix') || has('mac') || has('osx')
...
endifif system('uname') =~ "Darwin"
...
endifLast updated
if has('macunix') || has('mac') || has('osx')
...
endifif system('uname') =~ "Darwin"
...
endifLast updated