Merge pull request #211 from jmatth/fix_rename

Fixing typos in unite sources.
This commit is contained in:
Shougo 2014-02-10 16:01:08 +09:00
commit f53d61768f
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>
" Last Modified: 31 Dec 2013.
" License: MIT license {{{
@ -146,7 +146,7 @@ function! unite#sources#neosnippet#start_complete() "{{{
return ''
endif
return unite#start_complete(['snippet'],
return unite#start_complete(['neosnippet'],
\ { 'input': neosnippet#util#get_cur_text(), 'buffer_name' : '' })
endfunction "}}}

View File

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