We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5470a49 commit 8b514fcCopy full SHA for 8b514fc
autoload/rails.vim
@@ -1426,7 +1426,9 @@ call s:add_methods('app', ['rake_command'])
1426
1427
function! s:initOpenURL()
1428
if !exists(":OpenURL") == 2
1429
- if has("gui_mac") || has("gui_macvim") || exists("$SECURITYSESSIONID")
+ if exists(":Browse") == 2
1430
+ command -bar -nargs=1 OpenURL :Browse <args>
1431
+ elseif has("gui_mac") || has("gui_macvim") || exists("$SECURITYSESSIONID")
1432
command -bar -nargs=1 OpenURL :!open <args>
1433
elseif has("gui_win32")
1434
command -bar -nargs=1 OpenURL :!start cmd /cstart /b <args>
0 commit comments