Add the example

这个提交包含在:
Shougo Matsushita 2017-06-17 09:14:32 +09:00
父节点 382f68dbd0
当前提交 af6e74863a
共有 1 个文件被更改,包括 5 次插入0 次删除

查看文件

@ -388,6 +388,11 @@ EXAMPLES *neosnippet-examples*
" Enable snipMate compatibility feature.
" let g:neosnippet#enable_snipmate_compatibility = 1
" Expand the completed snippet trigger by <CR>.
"imap <expr><CR>
"\ (pumvisible() && neosnippet#expandable()) ?
"\ "\<Plug>(neosnippet_expand)" : "\<CR>"
==============================================================================
SNIPPET SYNTAX *neosnippet-snippet-syntax*