1
0
Fork 0

Add the example

Dieser Commit ist enthalten in:
Shougo Matsushita 2017-06-17 09:14:32 +09:00
Ursprung 382f68dbd0
Commit af6e74863a
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen

Datei anzeigen

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