- Added <Plug>(neocomplcache_start_unite_snippet).
This commit is contained in:
parent
7f3241815d
commit
04dd784a5b
@ -1,7 +1,7 @@
|
||||
"=============================================================================
|
||||
" FILE: snippets_complete.vim
|
||||
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
|
||||
" Last Modified: 27 Sep 2012.
|
||||
" Last Modified: 03 Oct 2012.
|
||||
" License: MIT license {{{
|
||||
" Permission is hereby granted, free of charge, to any person obtaining
|
||||
" a copy of this software and associated documentation files (the
|
||||
@ -112,6 +112,9 @@ function! s:source.initialize()"{{{
|
||||
\ NeoComplCacheCachingSnippets
|
||||
\ call s:caching_snippets(<q-args>)
|
||||
|
||||
inoremap <expr><silent> <Plug>(neocomplcache_start_unite_snippet)
|
||||
\ unite#sources#snippet#start_complete()
|
||||
|
||||
" Select mode mappings.
|
||||
if !exists('g:neocomplcache_disable_select_mode_mappings')
|
||||
snoremap <CR> a<BS>
|
||||
|
Loading…
Reference in New Issue
Block a user