summaryrefslogtreecommitdiff
path: root/c++-mode/fil
diff options
context:
space:
mode:
Diffstat (limited to 'c++-mode/fil')
-rw-r--r--c++-mode/fil6
1 files changed, 6 insertions, 0 deletions
diff --git a/c++-mode/fil b/c++-mode/fil
new file mode 100644
index 0000000..12d065a
--- /dev/null
+++ b/c++-mode/fil
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: fill
+# key: fil
+# --
+std::fill(std::begin(${1:container}), std::end($1), $2);
+$0