Fix <Plug>(neosnippet_jump)
This commit is contained in:
parent
869ba9875c
commit
accdab4bf2
@ -1,7 +1,7 @@
|
|||||||
"=============================================================================
|
"=============================================================================
|
||||||
" FILE: mappings.vim
|
" FILE: mappings.vim
|
||||||
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
||||||
" Last Modified: 21 Nov 2013.
|
" Last Modified: 26 Nov 2013.
|
||||||
" License: MIT license {{{
|
" License: MIT license {{{
|
||||||
" Permission is hereby granted, free of charge, to any person obtaining
|
" Permission is hereby granted, free of charge, to any person obtaining
|
||||||
" a copy of this software and associated documentation files (the
|
" a copy of this software and associated documentation files (the
|
||||||
@ -201,7 +201,7 @@ function! neosnippet#mappings#expand_impl()
|
|||||||
return s:trigger(s:SID_PREFIX().'snippets_expand')
|
return s:trigger(s:SID_PREFIX().'snippets_expand')
|
||||||
endfunction
|
endfunction
|
||||||
function! neosnippet#mappings#jump_impl()
|
function! neosnippet#mappings#jump_impl()
|
||||||
return s:trigger('neosnippet#jump')
|
return s:trigger('neosnippet#view#_jump')
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
let &cpo = s:save_cpo
|
let &cpo = s:save_cpo
|
||||||
|
Loading…
Reference in New Issue
Block a user