Improve matchers for neocomplete
This commit is contained in:
parent
001b7c65bf
commit
ff5c6e9bc1
@ -1,7 +1,7 @@
|
|||||||
"=============================================================================
|
"=============================================================================
|
||||||
" FILE: neosnippet.vim
|
" FILE: neosnippet.vim
|
||||||
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
||||||
" Last Modified: 21 Nov 2013.
|
" Last Modified: 05 Jan 2014.
|
||||||
" License: MIT license {{{
|
" License: MIT license {{{
|
||||||
" Permission is hereby granted, free of charge, to any person obtaining
|
" Permission is hereby granted, free of charge, to any person obtaining
|
||||||
" a copy of this software and associated documentation files (the
|
" a copy of this software and associated documentation files (the
|
||||||
@ -32,6 +32,9 @@ let s:source = {
|
|||||||
\ 'kind' : 'keyword',
|
\ 'kind' : 'keyword',
|
||||||
\ 'rank' : 8,
|
\ 'rank' : 8,
|
||||||
\ 'hooks' : {},
|
\ 'hooks' : {},
|
||||||
|
\ 'matchers' :
|
||||||
|
\ (g:neocomplete#enable_fuzzy_completion ?
|
||||||
|
\ ['matcher_fuzzy'] : ['matcher_head']),
|
||||||
\}
|
\}
|
||||||
|
|
||||||
function! s:source.hooks.on_init(context) "{{{
|
function! s:source.hooks.on_init(context) "{{{
|
||||||
|
Loading…
Reference in New Issue
Block a user