Fix documentation

This commit is contained in:
Shougo Matsushita 2014-01-11 05:46:47 +09:00
parent dac995a807
commit 76278170ac
1 changed files with 5 additions and 5 deletions

View File

@ -154,9 +154,9 @@ g:neosnippet#snippets_directory *g:neosnippet#snippets_directory*
*g:neosnippet#disable_select_mode_mappings* *g:neosnippet#disable_select_mode_mappings*
g:neosnippet#disable_select_mode_mappings g:neosnippet#disable_select_mode_mappings
This variable disables key-mappings in |Select-mode| where the This variable disables key-mappings in |Select-mode| where the
snippets_complete performs the snippet completion. Usually it neosnippet performs the snippet completion. Usually it is
is better to leave it as it is. But if you have troubles with better to leave it as it is. But if you have troubles with the
the buffer switcher LustyJuggler you can switch them off. buffer switcher LustyJuggler you can switch them off.
The default value is 1. The default value is 1.
@ -396,8 +396,8 @@ Snippet Keywords:
Options influence the snippet behavior. The possible values are: Options influence the snippet behavior. The possible values are:
+ word This snippet expands by a word boundary. + word This snippet expands by a word boundary.
Note: To complete the trigger with snippets_complete, it must Note: To complete the trigger with neosnippet, it must be a
be a word character (digits, alphabetical characters or "_"). word character (digits, alphabetical characters or "_").
> >
snippet date snippet date