aboutsummaryrefslogtreecommitdiff
path: root/template/cpp
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2012-11-28 21:59:22 +0900
committermattn <mattn.jp@gmail.com>2012-11-28 21:59:22 +0900
commit9b6b7d3869dff236733c013287f5a80ac1ac9692 (patch)
tree937cf3c7d5236d45036e8fe1693ec0c2be6bc5da /template/cpp
parente3fb27897895fcf6e928444c601cc182be33140a (diff)
downloadvim-sonictemplate-9b6b7d3869dff236733c013287f5a80ac1ac9692.tar.gz
vim-sonictemplate-9b6b7d3869dff236733c013287f5a80ac1ac9692.tar.bz2
vim-sonictemplate-9b6b7d3869dff236733c013287f5a80ac1ac9692.zip
apply filters.
Diffstat (limited to 'template/cpp')
-rw-r--r--template/cpp/base-boost-main.cpp (renamed from template/cpp/base-main-boost.cpp)1
-rw-r--r--template/cpp/base-stl-main.cpp (renamed from template/cpp/base-main-std.cpp)1
-rw-r--r--template/cpp/snip-stl-cout.cpp (renamed from template/cpp/snip-std-cout.cpp)0
-rw-r--r--template/cpp/snip-stl-for_each.cpp (renamed from template/cpp/snip-std-for_each.cpp)0
4 files changed, 2 insertions, 0 deletions
diff --git a/template/cpp/base-main-boost.cpp b/template/cpp/base-boost-main.cpp
index dab2cde..bc08371 100644
--- a/template/cpp/base-main-boost.cpp
+++ b/template/cpp/base-boost-main.cpp
@@ -7,3 +7,4 @@ main(int argc, char* argv[]) {
{{_cursor_}}
return 0;
}
+{{_filter_:boost}}
diff --git a/template/cpp/base-main-std.cpp b/template/cpp/base-stl-main.cpp
index 5df4134..cdf5db7 100644
--- a/template/cpp/base-main-std.cpp
+++ b/template/cpp/base-stl-main.cpp
@@ -7,3 +7,4 @@ main(int argc, char* argv[]) {
{{_cursor_}}
return 0;
}
+{{_filter_:stl}}
diff --git a/template/cpp/snip-std-cout.cpp b/template/cpp/snip-stl-cout.cpp
index cf75f01..cf75f01 100644
--- a/template/cpp/snip-std-cout.cpp
+++ b/template/cpp/snip-stl-cout.cpp
diff --git a/template/cpp/snip-std-for_each.cpp b/template/cpp/snip-stl-for_each.cpp
index 760b37f..760b37f 100644
--- a/template/cpp/snip-std-for_each.cpp
+++ b/template/cpp/snip-stl-for_each.cpp