diff options
author | mattn <mattn.jp@gmail.com> | 2011-10-27 19:18:47 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2011-10-27 19:18:47 +0900 |
commit | 4eb5db2fffdc4ca41b5f6f04700fcdfa1de6fc4d (patch) | |
tree | fc7458fd11d34b7027f50176a08f6c72d7454823 /template | |
parent | c1d02f2f729b8277e70fc509ed667a493483e279 (diff) | |
download | vim-sonictemplate-4eb5db2fffdc4ca41b5f6f04700fcdfa1de6fc4d.tar.gz vim-sonictemplate-4eb5db2fffdc4ca41b5f6f04700fcdfa1de6fc4d.tar.bz2 vim-sonictemplate-4eb5db2fffdc4ca41b5f6f04700fcdfa1de6fc4d.zip |
add (function() {})
Diffstat (limited to 'template')
-rw-r--r-- | template/anonymous-function.javascript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/anonymous-function.javascript b/template/anonymous-function.javascript new file mode 100644 index 0000000..ec979d5 --- /dev/null +++ b/template/anonymous-function.javascript @@ -0,0 +1,3 @@ +(function() {
+ {{_cursor_}}
+})
|