From e6594715d46af77ca51e7f4fa02e24c760635a10 Mon Sep 17 00:00:00 2001 From: Caius Durling Date: Sat, 16 Jun 2007 15:41:31 +0100 Subject: [PATCH] Added help for the calc command --- plugins-extra/textmate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins-extra/textmate.rb b/plugins-extra/textmate.rb index 6bc1eb5..31b1e58 100644 --- a/plugins-extra/textmate.rb +++ b/plugins-extra/textmate.rb @@ -123,7 +123,7 @@ class Textmate < PluginBase end end end - + help :calc, "Calculates the expression given and returns the answer. The expression must be in the bc language." end -- 2.11.4.GIT