diff options
author | mattn <mattn.jp@gmail.com> | 2012-04-13 10:20:22 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2012-04-13 10:20:22 +0900 |
commit | 41bc85e984230758d4f50f630771fe1f039edc52 (patch) | |
tree | f57eeb4a8b666e9a66bbd014b77d4978f9dd9c80 /doc | |
parent | 630373d3f5de5c9196000762fb9541a6d27071ed (diff) | |
download | vim-sonictemplate-41bc85e984230758d4f50f630771fe1f039edc52.tar.gz vim-sonictemplate-41bc85e984230758d4f50f630771fe1f039edc52.tar.bz2 vim-sonictemplate-41bc85e984230758d4f50f630771fe1f039edc52.zip |
improve template dir. related #4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sonictemplate-vim.txt | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/sonictemplate-vim.txt b/doc/sonictemplate-vim.txt index 4295981..0a21163 100644 --- a/doc/sonictemplate-vim.txt +++ b/doc/sonictemplate-vim.txt @@ -13,11 +13,11 @@ License: BSD style license ============================================================================== CONTENTS *sonictemplate-vim-contents* -Introduction |sonictemplate-introduction| -Install |sonictemplate-install| -Tutorial |sonictemplate-tutorial| -Customize |sonictemplate-customize| -Write Your Template |sonictemplate-writetemplate| +Introduction |sonictemplate-vim-introduction| +Install |sonictemplate-vim-install| +Tutorial |sonictemplate-vim-tutorial| +Customize |sonictemplate-vim-customize| +Write Your Template |sonictemplate-vim-writetemplate| ============================================================================== INTRODUCTION *sonictemplate-vim-introduction* @@ -107,10 +107,16 @@ For example, you are writing C++ file. ============================================================================== CUSTOMIZE *sonictemplate-vim-customize* -You can modify template directory for your-self templates. -> +You can modify template directory for your-self templates: > let g:template_vim_template_dir = '/path/to/your/template/directory' < + or > + + let g:template_vim_template_dir = [ + \ '$HOME/.vim/template', + \ '/path/to/another/template/directory' + \] +< ============================================================================== WRITE YOUR TEMPLATE *sonictemplate-vim-writetemplate* |