Move many helper functions

This commit is contained in:
Shougo Matsushita
2013-11-21 18:40:40 +09:00
parent 3d4487111e
commit 212609b1e3
12 changed files with 201 additions and 206 deletions

View File

@@ -1,7 +1,7 @@
"=============================================================================
" FILE: neosnippet.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" Last Modified: 05 Jun 2013.
" Last Modified: 21 Nov 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
@@ -41,7 +41,7 @@ function! s:source.hooks.on_init(context) "{{{
endfunction"}}}
function! s:source.gather_candidates(context) "{{{
return values(neosnippet#get_snippets())
return values(neosnippet#helpers#get_snippets())
endfunction"}}}
function! s:source.hooks.on_post_filter(context) "{{{