diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-23 22:11:27 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-23 22:11:27 +0900 |
commit | c7b0676ccf4850a823552e3f47a8d14798c33010 (patch) | |
tree | 67de4bd79d2521ac7b70106f28f4e51ad39fd251 /template | |
parent | e01b6d01f7b29be14fac83d0d10d1f364af97055 (diff) | |
download | vim-sonictemplate-c7b0676ccf4850a823552e3f47a8d14798c33010.tar.gz vim-sonictemplate-c7b0676ccf4850a823552e3f47a8d14798c33010.tar.bz2 vim-sonictemplate-c7b0676ccf4850a823552e3f47a8d14798c33010.zip |
Fix new
Diffstat (limited to 'template')
-rw-r--r-- | template/perl/snip-new.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/perl/snip-new.pl b/template/perl/snip-new.pl index 1f987d8..0a6ef66 100644 --- a/template/perl/snip-new.pl +++ b/template/perl/snip-new.pl @@ -3,3 +3,4 @@ sub new { return bless { @_ } , ref $class || $class; } +{{_cursor_}} |