Improve doc

This commit is contained in:
Shougo Matsushita 2015-10-22 07:26:08 +09:00
parent e1940d7780
commit e13b0c4036
1 changed files with 5 additions and 3 deletions

View File

@ -322,11 +322,13 @@ neosnippet#anonymous({snippet}, [{options}])
{snippet} is snippet definition.
{options} is snippet option.
You can expand snippet definition without defining snippet
trigger. >
trigger.
Note: You cannot use it in |map-<expr>|. It changes the
buffer text.
>
inoremap <silent> ((
\ <C-r>=neosnippet#anonymous('\left(${1}\right)${0}')<CR>
<
------------------------------------------------------------------------------
FUNCTIONS *neosnippet-functions*