diff options
author | mattn <mattn.jp@gmail.com> | 2012-04-13 12:03:51 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2012-04-13 12:03:51 +0900 |
commit | 98266fe2cd45b6d353955c9279dc0fab0b8d5098 (patch) | |
tree | cbf62e8670f407f483e6a1c87f86b488a64e077c | |
parent | 116289f70f8333645defa3484169233b794245b3 (diff) | |
download | vim-sonictemplate-98266fe2cd45b6d353955c9279dc0fab0b8d5098.tar.gz vim-sonictemplate-98266fe2cd45b6d353955c9279dc0fab0b8d5098.tar.bz2 vim-sonictemplate-98266fe2cd45b6d353955c9279dc0fab0b8d5098.zip |
fix doc.
-rw-r--r-- | doc/sonictemplate-vim.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sonictemplate-vim.txt b/doc/sonictemplate-vim.txt index 0a21163..73ada2e 100644 --- a/doc/sonictemplate-vim.txt +++ b/doc/sonictemplate-vim.txt @@ -108,11 +108,11 @@ For example, you are writing C++ file. CUSTOMIZE *sonictemplate-vim-customize* You can modify template directory for your-self templates: > - let g:template_vim_template_dir = '/path/to/your/template/directory' + let g:sonictemplate_vim_template_dir = '/path/to/your/template/directory' < or > - let g:template_vim_template_dir = [ + let g:sonictemplate_vim_template_dir = [ \ '$HOME/.vim/template', \ '/path/to/another/template/directory' \] |