Fix <Plug>(neosnippet_jump)

This commit is contained in:
Shougo Matsushita 2013-11-26 16:25:22 +09:00
parent 869ba9875c
commit accdab4bf2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
"=============================================================================
" FILE: mappings.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" Last Modified: 21 Nov 2013.
" Last Modified: 26 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
@ -201,7 +201,7 @@ function! neosnippet#mappings#expand_impl()
return s:trigger(s:SID_PREFIX().'snippets_expand')
endfunction
function! neosnippet#mappings#jump_impl()
return s:trigger('neosnippet#jump')
return s:trigger('neosnippet#view#_jump')
endfunction
let &cpo = s:save_cpo