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