Remove the explicit undo group in fish_clipboard_paste

It doesn't change the behavior, see
7669e8e497 (r45675920)
This commit is contained in:
Johannes Altmanninger
2021-01-09 18:13:29 +01:00
parent 692a8aef03
commit f176503c0f

View File

@@ -40,8 +40,6 @@ function fish_clipboard_paste
end
if test -n "$data"
commandline -f begin-undo-group
commandline -i -- $data
commandline -f end-undo-group
end
end