- Added <Plug>(neocomplcache_start_unite_snippet).

This commit is contained in:
Shougo Matsushita 2012-10-03 18:13:18 +09:00
parent 7f3241815d
commit 04dd784a5b
1 changed files with 4 additions and 1 deletions

View File

@ -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>