Merge branch 'master' of github.com:Shougo/neosnippet

This commit is contained in:
Shougo Matsushita
2012-11-15 07:27:39 +09:00
2 changed files with 5 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ delete namespace
snippet namespace
abbr namespace {}
options head
namespace ${1:#:name}
namespace ${1:#:name} {
${0:TARGET}
} // namespace $1