Skip to content

Commit

Permalink
Added open handler for cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
m42e committed Sep 18, 2014
1 parent 77b23c8 commit 80ccd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/xolox/misc/open.vim
Expand Up @@ -5,7 +5,7 @@
" URL: http://peterodding.com/code/vim/misc/

let s:enoimpl = "vim-misc %s: %s() hasn't been implemented for your platform! If you have suggestions, please get in touch at https://github.com/xolox/vim-misc/issues"
let s:handlers = ['gnome-open', 'kde-open', 'exo-open', 'xdg-open']
let s:handlers = ['gnome-open', 'kde-open', 'exo-open', 'xdg-open', 'cygstart']

function! xolox#misc#open#file(location, ...) " {{{1
" Given a pathname or URL as the first argument, this opens the file with
Expand Down

0 comments on commit 80ccd89

Please sign in to comment.