- Fixed for new interface.

This commit is contained in:
Shougo Matsushita 2013-05-12 05:02:48 +09:00
parent 84fb170af9
commit a45cf80e03
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
"=============================================================================
" FILE: snippets_complete.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" Last Modified: 30 Mar 2013.
" Last Modified: 12 May 2013.
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
" a copy of this software and associated documentation files (the
@ -30,6 +30,8 @@ set cpo&vim
let s:source = {
\ 'name' : 'snippets_complete',
\ 'kind' : 'complfunc',
\ 'min_pattern_length' :
\ g:neocomplcache_auto_completion_start_length,
\}
function! s:source.initialize() "{{{