elv-lib/completion/file.elv

8 lines
192 B
Plaintext
Raw Permalink Normal View History

2021-12-26 15:40:57 +00:00
use ../mods/common
use ../mods/file
fn complete {|motive @extensions|
var type = (common:cond (eq $motive '') prefix deep-prefix)
file:match-extensions &type=$type $motive $@extensions
}