diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-12-04 11:59:36 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-12-04 11:59:36 +0900 |
commit | 8d1870bebbba43dc17426f4757fc63314bc32ec7 (patch) | |
tree | a7b24fc81ceafe2d0a4750185303489a2ebe8d42 /doc | |
parent | 140e77e4c56a2eca483355bbdb26c0141a1332ae (diff) | |
parent | 0d127f4ba7c5e23fc93fd6c18cb94d27ed8a370a (diff) | |
download | vim-sonictemplate-8d1870bebbba43dc17426f4757fc63314bc32ec7.tar.gz vim-sonictemplate-8d1870bebbba43dc17426f4757fc63314bc32ec7.tar.bz2 vim-sonictemplate-8d1870bebbba43dc17426f4757fc63314bc32ec7.zip |
Merge branch 'master' of https://github.com/mattn/sonictemplate-vim
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', \ }, |