This commit is contained in:
Anthony Scopatz 2017-03-01 00:11:11 -05:00
parent 79e303856b
commit d6dad309cf
2 changed files with 15 additions and 0 deletions

14
news/ponynosay.rst Normal file
View file

@ -0,0 +1,14 @@
**Added:**
* Added ``ponysay`` as a command which will ususally not run in a
threaded mode in the commands cache.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -354,6 +354,7 @@ def default_threadable_predictors():
'mutt': predict_help_ver, 'mutt': predict_help_ver,
'nano': predict_help_ver, 'nano': predict_help_ver,
'nvim': predict_false, 'nvim': predict_false,
'ponysay': predict_help_ver,
'psql': predict_false, 'psql': predict_false,
'python': predict_shell, 'python': predict_shell,
'python2': predict_shell, 'python2': predict_shell,