- Fixed for new interface.
This commit is contained in:
parent
84fb170af9
commit
a45cf80e03
@ -1,7 +1,7 @@
|
|||||||
"=============================================================================
|
"=============================================================================
|
||||||
" FILE: snippets_complete.vim
|
" FILE: snippets_complete.vim
|
||||||
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
||||||
" Last Modified: 30 Mar 2013.
|
" Last Modified: 12 May 2013.
|
||||||
" 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
|
||||||
@ -30,6 +30,8 @@ set cpo&vim
|
|||||||
let s:source = {
|
let s:source = {
|
||||||
\ 'name' : 'snippets_complete',
|
\ 'name' : 'snippets_complete',
|
||||||
\ 'kind' : 'complfunc',
|
\ 'kind' : 'complfunc',
|
||||||
|
\ 'min_pattern_length' :
|
||||||
|
\ g:neocomplcache_auto_completion_start_length,
|
||||||
\}
|
\}
|
||||||
|
|
||||||
function! s:source.initialize() "{{{
|
function! s:source.initialize() "{{{
|
||||||
|
Loading…
Reference in New Issue
Block a user