From 9db677db0abac10f56e9ef2fc48c6e9b6ce2fcfc Mon Sep 17 00:00:00 2001 From: Joe Lim <50560759+joelim-work@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:45:07 +1100 Subject: [PATCH] Add missing completions for `nohistory` and `history!` --- complete.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/complete.go b/complete.go index 68a8db78..e0055dad 100644 --- a/complete.go +++ b/complete.go @@ -150,6 +150,9 @@ var ( "hidden", "nohidden", "hidden!", + "history", + "nohistory", + "history!", "icons", "noicons", "icons!", @@ -207,7 +210,6 @@ var ( "errorfmt", "filesep", "hiddenfiles", - "history", "ifs", "info", "numberfmt",