Delete default setting in neocomplete/sources/ultisnips.vim
This commit is contained in:
parent
1971030b50
commit
3ae9b48cf9
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user