add mvim to command cache

This commit is contained in:
Gil Forsyth 2016-10-27 09:28:28 -04:00
parent 786936e703
commit 1b85482bd4

View file

@ -262,6 +262,7 @@ def default_threadable_predictors():
'less': predict_help_ver,
'man': predict_help_ver,
'more': predict_help_ver,
'mvim': predict_help_ver,
'mutt': predict_help_ver,
'scp': predict_false,
'sh': predict_shell,