Delete default setting in neocomplete/sources/ultisnips.vim

This commit is contained in:
KazuakiM 2015-04-12 19:38:33 +09:00
parent 1971030b50
commit 3ae9b48cf9

View File

@ -9,9 +9,6 @@ let s:source = {
\ 'matchers' : \ 'matchers' :
\ (g:neocomplete#enable_fuzzy_completion ? \ (g:neocomplete#enable_fuzzy_completion ?
\ ['matcher_fuzzy'] : ['matcher_head']), \ ['matcher_fuzzy'] : ['matcher_head']),
\ 'min_pattern_length' : 1,
\ 'max_candidates' : 20,
\ 'is_volatile': 1,
\ } \ }
function! s:source.gather_candidates(context) function! s:source.gather_candidates(context)