diff --git a/autoload/neosnippet/snippets/lua.snip b/autoload/neosnippet/snippets/lua.snip index be5408f..ba912a7 100644 --- a/autoload/neosnippet/snippets/lua.snip +++ b/autoload/neosnippet/snippets/lua.snip @@ -8,7 +8,7 @@ options word snippet if options head - if (${1:#:condition}) then + if ${1:#:condition} then ${0:TARGET} end