Revert "Strip newline char with :edit-url"
This reverts commit ac9fee310d
.
This commit is contained in:
parent
ac9fee310d
commit
f1de4cc0cf
@ -1984,6 +1984,5 @@ class CommandDispatcher:
|
|||||||
tab: Open in a new tab.
|
tab: Open in a new tab.
|
||||||
window: Open in a new window.
|
window: Open in a new window.
|
||||||
"""
|
"""
|
||||||
url = url.rstrip('\n')
|
|
||||||
if bg or tab or window or url != old_url:
|
if bg or tab or window or url != old_url:
|
||||||
self.openurl(url=url, bg=bg, tab=tab, window=window)
|
self.openurl(url=url, bg=bg, tab=tab, window=window)
|
||||||
|
Loading…
Reference in New Issue
Block a user