Skip to content

Commit

Permalink
Merge pull request #15: Added open handler for cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Oct 28, 2014
2 parents 77b23c8 + 80ccd89 commit 15fd181
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ from the source code of the miscellaneous scripts using the Python module
<!-- Start of generated documentation -->

The documentation of the 95 functions below was extracted from
19 Vim scripts on September 17, 2014 at 22:39.
19 Vim scripts on October 28, 2014 at 02:06.

### Asynchronous Vim script evaluation

Expand Down
4 changes: 2 additions & 2 deletions autoload/xolox/misc.vim
@@ -1,7 +1,7 @@
" The version of my miscellaneous scripts.
"
" Author: Peter Odding <peter@peterodding.com>
" Last Change: September 17, 2014
" Last Change: October 28, 2014
" URL: http://peterodding.com/code/vim/misc/

let g:xolox#misc#version = '1.16.1'
let g:xolox#misc#version = '1.17'
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
2 changes: 1 addition & 1 deletion doc/misc.txt
Expand Up @@ -170,7 +170,7 @@ from the source code of the miscellaneous scripts using the Python module
'vimdoctool.py' included in vim-tools [5].

The documentation of the 95 functions below was extracted from 19 Vim scripts
on September 17, 2014 at 22:39.
on October 28, 2014 at 02:06.

-------------------------------------------------------------------------------
*misc-asynchronous-vim-script-evaluation*
Expand Down

0 comments on commit 15fd181

Please sign in to comment.