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.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
if !exists('b:undo_ftplugin')
let b:undo_ftplugin = ''
else
@@ -21,6 +18,3 @@ let &l:commentstring="#%s"
let b:undo_ftplugin .= '
\ setlocal expandtab< shiftwidth< softtabstop< tabstop< commentstring<
\'
let &cpo = s:save_cpo
unlet s:save_cpo