Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should separate Ex-commands to open URI, or filepath? #1

Open
tyru opened this issue Jul 8, 2010 · 3 comments
Open

Should separate Ex-commands to open URI, or filepath? #1

tyru opened this issue Jul 8, 2010 · 3 comments
Labels

Comments

@tyru
Copy link
Owner

tyru commented Jul 8, 2010

No description provided.

@tyru
Copy link
Owner Author

tyru commented Jan 30, 2013

TODO
openbrowser#open({uri})に引数{type}を追加予定。
Add {type} to openbrowser#open({uri}).

Ex-commands

:OpenBrowser {uri}
dispatch either:
  :OpenFileBrowser {filepath}
  :OpenWebBrowser {url}

Functions

openbrowser#open('file:/C:/...', 'file')
openbrowser#open('http://example.com/', 'web')

Links

http://lingr.com/room/vim/archives/2013/01/30#message-13797080
@thinca++ (Thanks for the idea)

@tyru
Copy link
Owner Author

tyru commented May 11, 2013

ブラウザ をオプション引数で指定できると便利。(by @osyo-manga)
Is it useful to choose a browser by optional argument?

:OpenFileBrowser -explorer {filepath}
:OpenWebBrowser -firefox {url}

Links

http://lingr.com/room/vim/archives/2013/05/11#message-15240617

@tyru
Copy link
Owner Author

tyru commented Dec 24, 2015

Created another issue for an optional argument for a browser. #75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant