diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2023-06-29 08:29:40 +0000 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 17:09:49 +0100 |
commit | a3afb69ce18897fe7d373d5b2fb55a2a3bd6c875 (patch) | |
tree | 8714123c81936dd4fa43329cdff26a444a55d804 /osurl | |
parent | a8456f98d8ec7d9d7ed971412aa9b397dc245ed5 (diff) | |
download | vim-suse-changes-a3afb69ce18897fe7d373d5b2fb55a2a3bd6c875.tar.gz |
fix(osurl): correct name of xdg-open
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ if out_url == in_url:lower() then end -- print("out_url = " .. out_url) -local open_util = "xdg_open " +local open_util = "xdg-open " if os.execute('type flatpak-xdg-open >/dev/null 2>/dev/null') then open_util = "flatpak-xdg-open " end |