mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Remove the explicit undo group in fish_clipboard_paste
It doesn't change the behavior, see
7669e8e497 (r45675920)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user