add scp to predict_false commands

this should resolve #1880
This commit is contained in:
Gil Forsyth 2016-10-25 12:43:46 -04:00
parent 60dd2275f3
commit 7d6882cb87

View file

@ -258,6 +258,7 @@ def default_threadable_predictors():
'less': predict_help_ver, 'less': predict_help_ver,
'man': predict_help_ver, 'man': predict_help_ver,
'more': predict_help_ver, 'more': predict_help_ver,
'scp': predict_false,
'sh': predict_shell, 'sh': predict_shell,
'ssh': predict_false, 'ssh': predict_false,
'startx': predict_false, 'startx': predict_false,