pull/476/head
Miguel Morales 2015-05-12 16:26:18 -05:00
parent af2f0304cb
commit 3f98e953cd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ about-plugin 'pygmentize instead of cat to terminal if possible'
if [ -z $(which pygmentize) ]
then
echo "Pygments is required to use this pluging"
echo "Pygments is required to use this plugin"
echo "Install it by doing 'pip install Pygments' as the superuser"
exit 1
fi