diff options
author | mattn <mattn.jp@gmail.com> | 2013-05-09 16:44:47 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2013-05-09 16:44:47 +0900 |
commit | 751a067c55aa15a4a019cc92552843f1da3d77cc (patch) | |
tree | 6733c6c1a33f4c34b70d8eae626cd8d2f7d683c3 | |
parent | 82b1328c6b5ca812bc0e8e4aa21d08267624b38a (diff) | |
download | vim-sonictemplate-751a067c55aa15a4a019cc92552843f1da3d77cc.tar.gz vim-sonictemplate-751a067c55aa15a4a019cc92552843f1da3d77cc.tar.bz2 vim-sonictemplate-751a067c55aa15a4a019cc92552843f1da3d77cc.zip |
Add doc for unite-sonictemplate
-rw-r--r-- | doc/sonictemplate-vim.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/sonictemplate-vim.txt b/doc/sonictemplate-vim.txt index 840d1b8..19bfeed 100644 --- a/doc/sonictemplate-vim.txt +++ b/doc/sonictemplate-vim.txt @@ -17,6 +17,7 @@ Introduction |sonictemplate-vim-introduction| Install |sonictemplate-vim-install| Tutorial |sonictemplate-vim-tutorial| Customize |sonictemplate-vim-customize| +Unite Source |sonictemplate-vim-unitesource| Write Your Template |sonictemplate-vim-writetemplate| ============================================================================== @@ -131,6 +132,15 @@ default C language template 'main' is like following. This template is stored in 'sonictemplate-vim/template/c/base-main.c'. If you store base-main.c in another template directory that is specified |g:sonictemplate_vim_template_dir|, it will be overrided with your's one. + +============================================================================== +UNITE SOURCE *sonictemplate--vimunitesource* + +You can use unite source for sonictemplate. For example, +> + :Unite sonictemplate +< + ============================================================================== WRITE YOUR TEMPLATE *sonictemplate-vim-writetemplate* |