aboutsummaryrefslogtreecommitdiff
path: root/template/javascript/snip-anon-function.js
diff options
context:
space:
mode:
authorShintaro Kaneko <kaneshin0120@gmail.com>2012-05-20 20:24:50 -0700
committerShintaro Kaneko <kaneshin0120@gmail.com>2012-05-20 20:24:50 -0700
commit099e153f1e5b962e640999e459cfb8eed8524c75 (patch)
treefc4c093bde5744bd69bfc5b3c8541ac501251ebe /template/javascript/snip-anon-function.js
parent374c6d3e80d9f1f6f695af271c45380d9bb4c293 (diff)
downloadvim-sonictemplate-099e153f1e5b962e640999e459cfb8eed8524c75.tar.gz
vim-sonictemplate-099e153f1e5b962e640999e459cfb8eed8524c75.tar.bz2
vim-sonictemplate-099e153f1e5b962e640999e459cfb8eed8524c75.zip
Rename ship-anon-function.js to snip-anon-function.js
Diffstat (limited to 'template/javascript/snip-anon-function.js')
-rw-r--r--template/javascript/snip-anon-function.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/javascript/snip-anon-function.js b/template/javascript/snip-anon-function.js
new file mode 100644
index 0000000..4c88a86
--- /dev/null
+++ b/template/javascript/snip-anon-function.js
@@ -0,0 +1,3 @@
+(function() {
+ {{_cursor_}}
+})