From 2205d76ebfc8097a81098e7a11b4f140ff3efd1e Mon Sep 17 00:00:00 2001 From: Zhang Chiyuan Date: Tue, 18 Nov 2008 02:26:27 +0000 Subject: [PATCH] Fixed the missing space in the cls snippet for ruby-mode --- snippets/text-mode/ruby-mode/cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/text-mode/ruby-mode/cls b/snippets/text-mode/ruby-mode/cls index e4a8747..5f43de1 100644 --- a/snippets/text-mode/ruby-mode/cls +++ b/snippets/text-mode/ruby-mode/cls @@ -8,5 +8,5 @@ class ${1:$ (cond ((string-match "_" fn) (replace-match "" nil nil fn)) (t fn)))} - $0 + $0 end