- Improved documentation.

This commit is contained in:
Shougo Matsushita 2012-02-21 13:07:46 +09:00
parent a7093fd652
commit 7d97a43a02
1 changed files with 8 additions and 2 deletions

View File

@ -176,8 +176,11 @@ Example:
${2} ${2}
endif endif
< <
By the way, it is warned that the snippet name is already defined by same snippet file. snippet {snippet_name} syntax is the snippet name.
When you want to overwrite explicitly, as follows: abbr {abbr_name} is the completion abbrevation (same to completion "abbr" key).
prev_word '^' means this snippet is enabled only in line head.
By the way, it is warned that the snippet name is already defined by same
snippet file. When you want to overwrite explicitly, as follows:
> >
delete snippets_name delete snippets_name
< <
@ -278,6 +281,9 @@ snippet *neocomplcache-snippets-complete-unite-action-snippet*
============================================================================== ==============================================================================
CHANGELOG *neocomplcache-snippets-complete-changelog* CHANGELOG *neocomplcache-snippets-complete-changelog*
2012-02-21
- Improved documentation.
2012-02-05 2012-02-05
- Fixed variable name. - Fixed variable name.