keith / investigate.vim

A Vim plugin for looking up documentation
http://keith.github.io/investigate.vim/
MIT License
297 stars 20 forks source link

Ensure Cygwin uses cygstart rather than *-open #26

Closed bovine3dom closed 7 years ago

bovine3dom commented 7 years ago

Cygwin's Vim also has('unix'), so investigate.vim was trying to use xdg-open et al, which do not exist. This commit ensures that investigate.vim checks to see if we are using Cygwin first.