Skip to content

Commit 15fd181

Browse files
committed
Merge pull request #15: Added open handler for cygwin
2 parents 77b23c8 + 80ccd89 commit 15fd181

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ from the source code of the miscellaneous scripts using the Python module
3838
<!-- Start of generated documentation -->
3939

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

4343
### Asynchronous Vim script evaluation
4444

autoload/xolox/misc.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" The version of my miscellaneous scripts.
22
"
33
" Author: Peter Odding <[email protected]>
4-
" Last Change: September 17, 2014
4+
" Last Change: October 28, 2014
55
" URL: http://peterodding.com/code/vim/misc/
66

7-
let g:xolox#misc#version = '1.16.1'
7+
let g:xolox#misc#version = '1.17'

autoload/xolox/misc/open.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
" URL: http://peterodding.com/code/vim/misc/
66

77
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"
8-
let s:handlers = ['gnome-open', 'kde-open', 'exo-open', 'xdg-open']
8+
let s:handlers = ['gnome-open', 'kde-open', 'exo-open', 'xdg-open', 'cygstart']
99

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

doc/misc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ from the source code of the miscellaneous scripts using the Python module
170170
'vimdoctool.py' included in vim-tools [5].
171171

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

175175
-------------------------------------------------------------------------------
176176
*misc-asynchronous-vim-script-evaluation*

0 commit comments

Comments
 (0)