aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2012-11-28 22:06:57 +0900
committermattn <mattn.jp@gmail.com>2012-11-28 22:06:57 +0900
commit9cc7ae5231d0f66d54d09791fd321d4df00e8708 (patch)
tree3d64f504890b07669e178761a746f783cc4d8a2b /doc
parent9b6b7d3869dff236733c013287f5a80ac1ac9692 (diff)
downloadvim-sonictemplate-9cc7ae5231d0f66d54d09791fd321d4df00e8708.tar.gz
vim-sonictemplate-9cc7ae5231d0f66d54d09791fd321d4df00e8708.tar.bz2
vim-sonictemplate-9cc7ae5231d0f66d54d09791fd321d4df00e8708.zip
updated doc.
Diffstat (limited to 'doc')
-rw-r--r--doc/sonictemplate-vim.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/sonictemplate-vim.txt b/doc/sonictemplate-vim.txt
index 37f643d..840d1b8 100644
--- a/doc/sonictemplate-vim.txt
+++ b/doc/sonictemplate-vim.txt
@@ -216,6 +216,16 @@ Note that I'm using pathogen-vim.
Above template will be expanded as oneline
>
left foobar right
+<
+ |{{_filter_:xxx}}| : template filter
+ If it's contained, some templates are listed prior.
+ For example: When `base-helloworld.go` define filter as 'foo',
+ `snip-foo.go` is located first than `snip-bar.go` in the template list
+>
+ base-helloworld.go
+ snip-foo.go
+ snip-bar.go
+<
==============================================================================
vim:tw=78:ts=8:ft=help:norl:noet:fen:fdl=0: