From 04dd784a5b0d3885c8fbdcfd734d15003c12c451 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Wed, 3 Oct 2012 18:13:18 +0900 Subject: [PATCH] - Added (neocomplcache_start_unite_snippet). --- autoload/neocomplcache/sources/snippets_complete.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autoload/neocomplcache/sources/snippets_complete.vim b/autoload/neocomplcache/sources/snippets_complete.vim index 5c003e2..280ae1c 100644 --- a/autoload/neocomplcache/sources/snippets_complete.vim +++ b/autoload/neocomplcache/sources/snippets_complete.vim @@ -1,7 +1,7 @@ "============================================================================= " FILE: snippets_complete.vim " AUTHOR: Shougo Matsushita -" 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() + inoremap (neocomplcache_start_unite_snippet) + \ unite#sources#snippet#start_complete() + " Select mode mappings. if !exists('g:neocomplcache_disable_select_mode_mappings') snoremap a