From 98266fe2cd45b6d353955c9279dc0fab0b8d5098 Mon Sep 17 00:00:00 2001 From: mattn Date: Fri, 13 Apr 2012 12:03:51 +0900 Subject: fix doc. --- doc/sonictemplate-vim.txt | 4 ++-- 1 file 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' \] -- cgit v1.2.3-54-g00ecf