diff options
author | mattn <mattn.jp@gmail.com> | 2015-12-03 17:34:19 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2015-12-03 17:34:19 +0900 |
commit | 593ac5bb4a2d8d7018dbefe0f3ddafe07904c961 (patch) | |
tree | 00ddca752f1c2b81fb5266c4e39f6ccc12a3f8d6 | |
parent | 3ebc8dad590e40ec27b9570059675e557544829d (diff) | |
parent | 7a657dcd3def8ab478e22b51c32bc379d840fb26 (diff) | |
download | vim-sonictemplate-593ac5bb4a2d8d7018dbefe0f3ddafe07904c961.tar.gz vim-sonictemplate-593ac5bb4a2d8d7018dbefe0f3ddafe07904c961.tar.bz2 vim-sonictemplate-593ac5bb4a2d8d7018dbefe0f3ddafe07904c961.zip |
Merge pull request #19 from zchee/fix-var-name
Fix vars from sonictemplate_vars to sonictemplate_vim_vars
-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', \ }, |