This commit is contained in:
Shougo Matsushita 2017-06-17 09:14:32 +09:00
rodič 382f68dbd0
revize af6e74863a
1 změnil soubory, kde provedl 5 přidání a 0 odebrání

Zobrazit soubor

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