Revert "Determine if we're running in Cygwin on Windows."

This commit is contained in:
Phil Runninger 2017-05-23 07:15:35 -04:00 committed by GitHub
parent 0b84d458d6
commit d99967cadd

View File

@ -133,7 +133,7 @@ endfunction
"FUNCTION: nerdtree#runningWindows(dir) {{{2
function! nerdtree#runningWindows()
return has("win16") || has("win32") || has("win64") || has("win32unix")
return has("win16") || has("win32") || has("win64")
endfunction
" SECTION: View Functions {{{1