mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
fixup! Add concept of edit groups
Correctly call begin/end-undo-group in fish_clipboard_paste
This commit is contained in:
@@ -40,8 +40,8 @@ function fish_clipboard_paste
|
||||
end
|
||||
|
||||
if test -n "$data"
|
||||
begin-undo-group
|
||||
commandline -f begin-undo-group
|
||||
commandline -i -- $data
|
||||
end-undo-group
|
||||
commandline -f end-undo-group
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user