__fasd_print_completion.fish 123 B

12345
  1. function __fasd_print_completion
  2. set cmd (commandline -po)
  3. test (count $cmd) -ge 2; and fasd $argv $cmd[2..-1] -l
  4. end