Merge pull request #211 from jmatth/fix_rename
Fixing typos in unite sources.
This commit is contained in:
commit
f53d61768f
@ -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 "}}}
|
||||||
|
|
||||||
|
@ -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 {{{
|
||||||
|
Loading…
Reference in New Issue
Block a user