mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-14 22:33:47 -05:00
Add exclude-current action
https://github.com/junegunn/fzf/pull/4231#issuecomment-2646063208
This commit is contained in:
@@ -1605,6 +1605,8 @@ func parseActionList(masked string, original string, prevActions []*action, putA
|
||||
appendAction(actBell)
|
||||
case "exclude":
|
||||
appendAction(actExclude)
|
||||
case "exclude-current":
|
||||
appendAction(actExcludeCurrent)
|
||||
default:
|
||||
t := isExecuteAction(specLower)
|
||||
if t == actIgnore {
|
||||
|
||||
Reference in New Issue
Block a user