m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-14 14:23:47 -05:00

Rename actions: exclude and exclude-multi

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 {