diff --git a/compiler/BTW/cygwin.vim b/compiler/BTW/cygwin.vim index b12e2e8..1edfba5 100644 --- a/compiler/BTW/cygwin.vim +++ b/compiler/BTW/cygwin.vim @@ -55,7 +55,7 @@ set cpo&vim " Avoid global reinclusion }}}1 "------------------------------------------------------------------------ " Check we are using cygwin {{{1 -if !has('win32') +if !(has('win32') || has('win32unix')) \ || !( ($TERM=='cygwin') || ($OSTYPE=='cygwin') || executable('cygpath')) echoerr "Cygwin not detected..." finish