Fix the documentation

This commit is contained in:
Shougo Matsushita 2015-12-23 20:27:57 +09:00
parent 5b8038e5d3
commit 74a9c1e8b9
1 changed files with 7 additions and 2 deletions

View File

@ -158,9 +158,12 @@ g:neosnippet#snippets_directory *g:neosnippet#snippets_directory*
several files if available. For example if you edit a "Vim"
file it loads the snippets from:
- "vim.snip*"
- "vim_*.snip*"
- "vim.snip"
- "vim.snippets"
- "vim_*.snip"
- "vim_*.snippets"
- "vim/**/*.snip"
- "vim/**/*.snippets"
The default value is ''.
@ -403,6 +406,8 @@ SNIPPET SYNTAX *neosnippet-snippet-syntax*
It is quite easy to create your own snippets. You can use the example below to
get started.
Note: The snippets file extension must be ".snip" or ".snippets".
Example:
>