Move many helper functions
This commit is contained in:
@@ -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) "{{{
|
||||
|
||||
Reference in New Issue
Block a user