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,6 +1,6 @@
"=============================================================================
" FILE: neosnippet.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" AUTHOR: Shougo Matsushita <Shougo.Matsu at gmail.com>
" License: MIT license
"=============================================================================
@@ -11,9 +11,6 @@ elseif v:version < 704
finish
endif
let s:save_cpo = &cpo
set cpo&vim
" Plugin key-mappings. "{{{
inoremap <silent><expr> <Plug>(neosnippet_expand_or_jump)
\ neosnippet#mappings#expand_or_jump_impl()
@@ -69,8 +66,5 @@ command! -bar NeoSnippetClearMarkers
let g:loaded_neosnippet = 1
let &cpo = s:save_cpo
unlet s:save_cpo
" __END__
" vim: foldmethod=marker