Fixing typos in unite sources.

This commit is contained in:
Josh Matthews 2014-02-09 21:39:54 -05:00
parent cf1211c242
commit 94531f7081
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
"============================================================================= "=============================================================================
" FILE: snippet.vim " FILE: neosnippet.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com> " AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" Last Modified: 31 Dec 2013. " Last Modified: 31 Dec 2013.
" License: MIT license {{{ " License: MIT license {{{
@ -146,7 +146,7 @@ function! unite#sources#neosnippet#start_complete() "{{{
return '' return ''
endif endif
return unite#start_complete(['snippet'], return unite#start_complete(['neosnippet'],
\ { 'input': neosnippet#util#get_cur_text(), 'buffer_name' : '' }) \ { 'input': neosnippet#util#get_cur_text(), 'buffer_name' : '' })
endfunction "}}} endfunction "}}}

View File

@ -1,5 +1,5 @@
"============================================================================= "=============================================================================
" FILE: snippet_target.vim " FILE: neosnippet_target.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com> " AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" Last Modified: 31 Dec 2013. " Last Modified: 31 Dec 2013.
" License: MIT license {{{ " License: MIT license {{{