CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/15 21:13:34
Modified files:
usr.bin/ssh : sftp.c
Log message:
sftp: Don't attempt to complete arguments for non-existent commands
If user entered a non-existent command (e.g. because they made a
typo) there is no point in trying to complete its arguments. Skip
calling complete_match() if that's the case.
>From Michal Privoznik
