What steps will reproduce the problem?
1. Make an external link to some url in the wiki (I'm using markdown syntax):
[my site](http://jasonanderson.us)
2. Hit enter on the link
3. Nothing happens
What is the expected output? What do you see instead?
I expect the browser to be put in focus and the web site opened. Instead
nothing happens.
What version of the product are you using? On what operating system?
vimwiki 2.0.1
Ubuntu 12.10
This only occurs on gvim. In vim from the terminal the website opens in the
browser as it should.
Please provide any additional information below.
I've attached a patch to fix the issue. It just runs the xdg-open command in
the background by appending an &.
I tested this on my ubuntu system in both gvim and vim and it results in urls,
text files, doc files, and pdfs being run in both of them.
Original issue reported on code.google.com by jason6an...@gmail.com on 22 Oct 2012 at 5:03
Original issue reported on code.google.com by
jason6an...@gmail.com
on 22 Oct 2012 at 5:03Attachments: