Rename actions: exclude and exclude-multi
Some checks are pending
CodeQL / Analyze (go) (push) Waiting to run
Test fzf on Linux / build (push) Waiting to run
Test fzf on macOS / build (push) Waiting to run

https://github.com/junegunn/fzf/pull/4231#issuecomment-2646067669
This commit is contained in:
Junegunn Choi
2025-02-09 13:52:20 +09:00
parent 1be1991299
commit a2420026ab
5 changed files with 15 additions and 13 deletions

View File

@@ -1605,8 +1605,8 @@ func parseActionList(masked string, original string, prevActions []*action, putA
appendAction(actBell)
case "exclude":
appendAction(actExclude)
case "exclude-current":
appendAction(actExcludeCurrent)
case "exclude-multi":
appendAction(actExcludeMulti)
default:
t := isExecuteAction(specLower)
if t == actIgnore {