From e7ac14bf346db97635a1c315c575f747b50ecafb Mon Sep 17 00:00:00 2001 From: ujihisa Date: Wed, 3 Oct 2012 21:24:24 -0700 Subject: [PATCH] scala snip tweaks --- autoload/neosnippet/snippets/scala.snip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/neosnippet/snippets/scala.snip b/autoload/neosnippet/snippets/scala.snip index 41c2504..7917278 100644 --- a/autoload/neosnippet/snippets/scala.snip +++ b/autoload/neosnippet/snippets/scala.snip @@ -31,7 +31,7 @@ prev_word '^' } snippet hello -abbr hello2 +abbr object HelloWorld { def main(...) } object HelloWorld { def main(args: Array[String]) { println("Hello, world!")