From 9cc7ae5231d0f66d54d09791fd321d4df00e8708 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 28 Nov 2012 22:06:57 +0900 Subject: updated doc. --- doc/sonictemplate-vim.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: -- cgit v1.2.3-54-g00ecf