Browse Source

Add the example

PR/fix-warning
Shougo Matsushita 6 years ago
parent
commit
af6e74863a
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      doc/neosnippet.txt

+ 5
- 0
doc/neosnippet.txt View File

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



Loading…
Cancel
Save