Skip to content
Snippets Groups Projects
Commit 14b186ca authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

VIM xdg-open -> gopen

parent d00ff973
Branches
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ function! Run(isVimRun,input)
"if a:isVimRun == 1
"execute "AddExec xdg-open ".NameNoE().".pdf ".RunArg()
"else
execute "AddExec ( xdg-open ".NameNoE().".pdf ".RunArg()" & )"
execute "AddExec gopen ".NameNoE().".pdf ".RunArg()" "
"endif
else
let script = GetVar("RunScript")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment