Add the example

Este commit está contenido en:
Shougo Matsushita 2017-06-17 09:14:32 +09:00
padre 382f68dbd0
commit af6e74863a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados

Ver fichero

@ -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*