- Used partial match for neocomplcache completion.

This commit is contained in:
Shougo Matsushita
2012-11-02 11:19:46 +09:00
parent c9a8833b60
commit 9f74be4e7c
5 changed files with 15 additions and 10 deletions

View File

@@ -337,6 +337,9 @@ EXAMPLES *neosnippet-examples*
" Enable snipMate compatibility feature.
" let g:neosnippet#enable_snipmate_compatibility = 1
" For neocomplcache partial match.
" let g:neocomplcache_enable_refresh_always = 1
<
==============================================================================
SNIPPET SYNTAX *neosnippet-snippet-syntax*
@@ -657,6 +660,7 @@ CHANGELOG *neosnippet-changelog*
2012-11-02
- Added g:neosnippet#enable_snipmate_compatibility option.
- Used partial match for neocomplcache completion.
2012-11-01
- Fixed snippet mirror behavior.