Refactored

This commit is contained in:
Shougo Matsushita
2017-06-15 09:11:15 +09:00
parent 6dc9701417
commit 382f68dbd0
19 changed files with 43 additions and 190 deletions

View File

@@ -1,12 +1,9 @@
"=============================================================================
" FILE: snippets_complete.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" AUTHOR: Shougo Matsushita <Shougo.Matsu at gmail.com>
" License: MIT license
"=============================================================================
let s:save_cpo = &cpo
set cpo&vim
let s:source = {
\ 'name' : 'snippets_complete',
\ 'kind' : 'complfunc',
@@ -74,7 +71,4 @@ function! neocomplcache#sources#snippets_complete#define() abort "{{{
return s:source
endfunction"}}}
let &cpo = s:save_cpo
unlet s:save_cpo
" vim: foldmethod=marker