Fix #257 remove <Plug>(neosnippet_expand_target)

This commit is contained in:
Shougo Matsushita
2014-10-27 19:27:04 +09:00
parent 4734238921
commit 23327c4379
3 changed files with 0 additions and 123 deletions

View File

@@ -59,8 +59,6 @@ xnoremap <silent> <Plug>(neosnippet_get_selected_text)
xnoremap <silent> <Plug>(neosnippet_expand_target)
\ :<C-u>call neosnippet#mappings#_expand_target()<CR>
xnoremap <silent><expr> <Plug>(neosnippet_start_unite_snippet_target)
\ unite#sources#neosnippet_target#start()
xnoremap <silent> <Plug>(neosnippet_register_oneshot_snippet)
\ :<C-u>call neosnippet#mappings#_register_oneshot_snippet()<CR>