From f176503c0f267976e87378b60565ca5fed3c4636 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 9 Jan 2021 18:13:29 +0100 Subject: [PATCH] Remove the explicit undo group in fish_clipboard_paste It doesn't change the behavior, see https://github.com/fish-shell/fish-shell/commit/7669e8e4977103da9225403824b7f7f03f767779#r45675920 --- share/functions/fish_clipboard_paste.fish | 2 -- 1 file changed, 2 deletions(-) diff --git a/share/functions/fish_clipboard_paste.fish b/share/functions/fish_clipboard_paste.fish index bb670fcb9..37323b59c 100644 --- a/share/functions/fish_clipboard_paste.fish +++ b/share/functions/fish_clipboard_paste.fish @@ -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