Fix: Links opening in qutebrowser multiple times #763
This commit is contained in:
committed by
Brennen Bearnes
parent
8b53bd4c73
commit
f28fe1ae43
@@ -331,7 +331,7 @@ function! vimwiki#base#system_open_link(url) abort
|
|||||||
call system('open ' . shellescape(a:url).' &')
|
call system('open ' . shellescape(a:url).' &')
|
||||||
endfunction
|
endfunction
|
||||||
function! s:linux_handler(url) abort
|
function! s:linux_handler(url) abort
|
||||||
call system('xdg-open ' . shellescape(a:url).' &')
|
call system('xdg-open ' . shellescape(a:url).' >/dev/null 2>&1 &')
|
||||||
endfunction
|
endfunction
|
||||||
try
|
try
|
||||||
if vimwiki#u#is_windows()
|
if vimwiki#u#is_windows()
|
||||||
|
|||||||
@@ -3923,6 +3923,7 @@ Contributors and their Github usernames in roughly chronological order:
|
|||||||
- Stefan Schuhbäck (@stefanSchuhbaeck)
|
- Stefan Schuhbäck (@stefanSchuhbaeck)
|
||||||
- Vinny Furia (@vinnyfuria)
|
- Vinny Furia (@vinnyfuria)
|
||||||
- paperbenni (@paperbenni)
|
- paperbenni (@paperbenni)
|
||||||
|
- Lily Foster (@lilyinstarlight)
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
16. Changelog *vimwiki-changelog*
|
16. Changelog *vimwiki-changelog*
|
||||||
@@ -4024,6 +4025,7 @@ Fixed:~
|
|||||||
* PR #1030: Allow overwriting insert mode mappings
|
* PR #1030: Allow overwriting insert mode mappings
|
||||||
* PR #1057: Fix renaming, updating link, and exporting HTML subdir wrong
|
* PR #1057: Fix renaming, updating link, and exporting HTML subdir wrong
|
||||||
Fix resolve subdir return wrong path in Windows
|
Fix resolve subdir return wrong path in Windows
|
||||||
|
* Issue #763: Links opening in qutebrowser multiple times on Linux
|
||||||
|
|
||||||
|
|
||||||
2.5 (2020-05-26)~
|
2.5 (2020-05-26)~
|
||||||
|
|||||||
Reference in New Issue
Block a user