diff options
-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' \] |