- Fixed error in neosnippet source.

This commit is contained in:
Shougo Matsushita 2013-06-05 15:28:22 +09:00
parent 839509337c
commit e758bad9c8
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function! s:source.hooks.on_post_filter(context) "{{{
endif
endfor
return candidates
return a:context.candidates
endfunction"}}}
function! neocomplete#sources#neosnippet#define() "{{{