mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-04 15:51:15 -03:00
fish_clipboard_paste: Fix multiline pasting
This commit is contained in:
@@ -20,6 +20,6 @@ function fish_clipboard_paste
|
||||
set data (string replace -ra "(['\\\])" '\\\\\\\$1' -- $data)
|
||||
end
|
||||
if test -n "$data"
|
||||
commandline -i -- "$data"
|
||||
commandline -i -- $data
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user