aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2011-10-27 20:25:18 +0900
committermattn <mattn.jp@gmail.com>2011-10-27 20:25:18 +0900
commitcb606fb554d49f8ffb053def40f1911e441f7ef3 (patch)
tree168956421c3c1ed9679c188f0d1beef09987c8e0
parent33839ce6cc4fc77e239e10e98086f5646ace8758 (diff)
downloadvim-sonictemplate-cb606fb554d49f8ffb053def40f1911e441f7ef3.tar.gz
vim-sonictemplate-cb606fb554d49f8ffb053def40f1911e441f7ef3.tar.bz2
vim-sonictemplate-cb606fb554d49f8ffb053def40f1911e441f7ef3.zip
template-vim
-rw-r--r--doc/template-vim.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/template-vim.txt b/doc/template-vim.txt
index 4e75628..d903d8b 100644
--- a/doc/template-vim.txt
+++ b/doc/template-vim.txt
@@ -1,4 +1,4 @@
-*template.txt* Template for Vim
+*template-vim.txt* Template for Vim
-------------------------------------------------------
Template: easy way coding
@@ -11,7 +11,7 @@ Site: http://mattn.github.com/template-vim
License: BSD style license
==============================================================================
-CONTENTS *template-contents*
+CONTENTS *template-vim-contents*
Introduction |template-introduction|
Install |template-install|
@@ -20,7 +20,7 @@ Customize |template-customize|
Write Your Template |template-writetemplate|
==============================================================================
-INTRODUCTION *template-introduction* *template*
+INTRODUCTION *template-vim-introduction*
|Template| is easy way to coding.
@@ -29,7 +29,7 @@ INTRODUCTION *template-introduction* *template
* Flexible customization.
==============================================================================
-INSTALL *template-install*
+INSTALL *template-vim-install*
Install the distributed files into Vim runtime directory which is usually
~/.vim/, or $HOME/vimfiles on Windows.
@@ -38,7 +38,7 @@ If you install pathogen that provided from Tim Pope, you should extract the
file into 'bundle' directory.
==============================================================================
-TUTORIAL *template-tutorial*
+TUTORIAL *template-vim-tutorial*
For example, you are writing C++ file.
@@ -105,14 +105,14 @@ For example, you are writing C++ file.
}
<
==============================================================================
-CUSTOMIZE *template-customize*
+CUSTOMIZE *template-vim-customize*
You can modify template directory for your-self templates.
>
let g:template_vim_template_dir = '/path/to/your/template/directory'
<
==============================================================================
-WRITE YOUR TEMPLATE *template-writetemplate*
+WRITE YOUR TEMPLATE *template-vim-writetemplate*
Templates are stored in the directory that "g:template_vim_template_dir"
variable specified. On unix, directory structure is following.