I just updated from 1.24.1 to 1.25.1 and noticed a bug in tab-completion $ mkdir x $ ./x<TAB> x/ xargs xz xzcat <- applets are shown even $ ./xa<TAB> $ ./xargs -sh: ./xargs: not found $ which xargs /usr/bin/xargs $ xargs --help Usage: xargs ....... As you see, the applets are shown if a executable or directory should be completed. The applet is not in the auto-completed path and shows "not found"
Created attachment 6761 [details] config
Created attachment 6771 [details] lineedit: don't match applets if command contains '/'
Thanks, patch works great!
applied, thanks!