diff options
author | Koichi Shiraishi <zchee.io@gmail.com> | 2015-12-03 16:58:56 +0900 |
---|---|---|
committer | Koichi Shiraishi <zchee.io@gmail.com> | 2015-12-03 16:58:56 +0900 |
commit | 7a657dcd3def8ab478e22b51c32bc379d840fb26 (patch) | |
tree | 00ddca752f1c2b81fb5266c4e39f6ccc12a3f8d6 /doc | |
parent | 3ebc8dad590e40ec27b9570059675e557544829d (diff) | |
download | vim-sonictemplate-7a657dcd3def8ab478e22b51c32bc379d840fb26.tar.gz vim-sonictemplate-7a657dcd3def8ab478e22b51c32bc379d840fb26.tar.bz2 vim-sonictemplate-7a657dcd3def8ab478e22b51c32bc379d840fb26.zip |
Fix vars from sonictemplate_vars to sonictemplate_vim_vars
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sonictemplate-vim.txt | 2 |
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', \ }, |