- Fixed function name.

This commit is contained in:
Shougo Matsushita 2013-05-28 17:15:30 +09:00
parent 0f0c924c18
commit dbf1930768
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function! s:source.gather_candidates(context) "{{{
return candidates return candidates
endfunction"}}} endfunction"}}}
function! neocomplcache#sources#neosnippet#define() "{{{ function! neocomplete#sources#neosnippet#define() "{{{
return s:source return s:source
endfunction"}}} endfunction"}}}