gerw / vim-latex-suite

71 stars 16 forks source link

More robust detection of macOS environment. #34

Closed congma closed 6 years ago

congma commented 6 years ago

With commit fdad7ebe, all instances of macOS detection condition were changed to has("osx"). However, this may incorrectly exclude certain vim versions.

Attempt to address this by using has("osx") || has("macunix").

Cf: vim-latex/vim-latex#109