diff options
author | anekos | 2012-04-10 02:54:50 +0900 |
---|---|---|
committer | anekos | 2012-04-10 02:54:50 +0900 |
commit | 78fbe45663b0bfa7650ba62bcfc89daf1826bd2e (patch) | |
tree | 1445f47c30e5ffad48f0d67efb2a502caef8167b /longcat.js | |
parent | 2b9c6d4b864a1a55c417248c0306b7355ed28fb2 (diff) | |
download | vimperator-plugins-78fbe45663b0bfa7650ba62bcfc89daf1826bd2e.tar.bz2 |
Kitteny Engrish.
Diffstat (limited to 'longcat.js')
-rw-r--r-- | longcat.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ let INFO = <> <plugin name="longcat" version="1.0.0" href="http://vimpr.github.com/" - summary="Longcat beautify your life." + summary="Longcat beautifies your life." lang="en-US" xmlns="http://vimperator.org/namespaces/liberator"> <author email="anekos@snca.net">anekos</author> @@ -242,7 +242,7 @@ let INFO = commands.addUserCommand( ['longcat'], - 'Longcat beautify your life.', + 'Longcat beautifies your life.', function (args) { let n = parseInt(args[0] || '20', 10); drawCat(n); |