diff options
author | mattn <mattn.jp@gmail.com> | 2012-11-28 22:06:57 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2012-11-28 22:06:57 +0900 |
commit | 9cc7ae5231d0f66d54d09791fd321d4df00e8708 (patch) | |
tree | 3d64f504890b07669e178761a746f783cc4d8a2b | |
parent | 9b6b7d3869dff236733c013287f5a80ac1ac9692 (diff) | |
download | vim-sonictemplate-9cc7ae5231d0f66d54d09791fd321d4df00e8708.tar.gz vim-sonictemplate-9cc7ae5231d0f66d54d09791fd321d4df00e8708.tar.bz2 vim-sonictemplate-9cc7ae5231d0f66d54d09791fd321d4df00e8708.zip |
updated doc.
-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 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: |