aboutsummaryrefslogtreecommitdiff
path: root/doc/sonictemplate-vim.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sonictemplate-vim.txt')
-rw-r--r--doc/sonictemplate-vim.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sonictemplate-vim.txt b/doc/sonictemplate-vim.txt
index e09cf08..429ffa7 100644
--- a/doc/sonictemplate-vim.txt
+++ b/doc/sonictemplate-vim.txt
@@ -141,7 +141,7 @@ When template contains |{{_input_:var}}|, sonictemplate-vim ask you to input
value. But in most of cases, it's always same value, maybe. For example, if
you want to set 'author' in LICENSE-mit template as your name, set like below: >
- let g:sonictemplate_vars = {
+ let g:sonictemplate_vim_vars = {
\ '_': {
\ 'author': 'Yasuhiro Matsumoto',
\ },