Minor doc fix.

Example of sources#snippets_complete#force_expandable().
This commit is contained in:
bootleq 2012-05-05 17:11:16 +08:00
parent a3c33eef10
commit f26b17b219
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ neocomplcache#sources#snippets_complete#expandable()
2 : exists placeholder in current buffer 2 : exists placeholder in current buffer
3 : both found. 3 : both found.
> >
imap <expr><C-l> neocomplcache#snippets_complete#expandable() ? imap <expr><C-l> neocomplcache#sources#snippets_complete#expandable() ?
\ "\<Plug>(neocomplcache_snippets_expand)" : "\<C-n>" \ "\<Plug>(neocomplcache_snippets_expand)" : "\<C-n>"
< <
neocomplcache#sources#snippets_complete#force_expandable() neocomplcache#sources#snippets_complete#force_expandable()