pcomplete/find: Support new GNU find expressions
* lisp/pcmpl-gnu.el (pcomplete/find): Add expressions from new GNU find: "-newerxy" (4.3.3) and "-files0-from" (4.9.0). This list is now complete as of GNU findutils 4.10.0, released on 2024-06-01.
This commit is contained in:
parent
9cfd13ff44
commit
a0f8fb806f
1 changed files with 2 additions and 2 deletions
|
@ -354,13 +354,13 @@ Return the new list."
|
|||
(while (pcomplete-here
|
||||
'("-amin" "-anewer" "-atime" "-cmin" "-cnewer" "-context"
|
||||
"-ctime" "-daystart" "-delete" "-depth" "-empty" "-exec"
|
||||
"-execdir" "-executable" "-false" "-fls" "-follow"
|
||||
"-execdir" "-executable" "-false" "-files0-from" "-fls" "-follow"
|
||||
"-fprint" "-fprint0" "-fprintf" "-fstype" "-gid" "-group"
|
||||
"-help" "-ignore_readdir_race" "-ilname" "-iname"
|
||||
"-inum" "-ipath" "-iregex" "-iwholename"
|
||||
"-links" "-lname" "-ls" "-maxdepth"
|
||||
"-mindepth" "-mmin" "-mount" "-mtime"
|
||||
"-name" "-newer" "-nogroup" "-noignore_readdir_race"
|
||||
"-name" "-newer" "-newerxy" "-nogroup" "-noignore_readdir_race"
|
||||
"-noleaf" "-nouser" "-nowarn" "-ok"
|
||||
"-okdir" "-path" "-perm" "-print"
|
||||
"-print0" "-printf" "-prune" "-quit"
|
||||
|
|
Loading…
Add table
Reference in a new issue