fix C++ namespace snippet

namespace の開き括弧が抜けていたため,修正しました.
This commit is contained in:
rhysd 2012-11-11 20:57:25 +09:00
parent 8da63999f5
commit 33e04bd750
1 changed files with 1 additions and 1 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