Skip to content

Commit

Permalink
Kill boilerplate and commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Aug 29, 2011
1 parent 8a39f89 commit 9ff669e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions plugin/abolish.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,13 @@
" Version: 1.0
" GetLatestVimScripts: 1545 1 :AutoInstall: abolish.vim

" Install this file as plugin/abolish.vim. See doc/abolish.txt for details.
" To access it from Vim, see :help add-local-help (hint: :helptags ~/.vim/doc)
" Afterwards, you should be able to do :help abolish

" Initialization {{{1

if exists("g:loaded_abolish") || &cp || v:version < 700
finish
endif
let g:loaded_abolish = 1

let s:cpo_save = &cpo
set cpo&vim

if !exists("g:abolish_save_file")
if strpart(expand("<sfile>"),0,strlen(expand("~"))) == expand("~")
let g:abolish_save_file = expand("<sfile>:h:h")."/after/plugin/abolish.vim"
Expand Down Expand Up @@ -192,7 +185,6 @@ function! s:expand_braces(dict)
return s:expand_braces(new_dict)
else
return new_dict
" old_dict
endif
endfunction

Expand Down Expand Up @@ -611,6 +603,4 @@ if exists(':S') != 2
\ :exec s:subvert_dispatcher(<bang>0,<line1>,<line2>,<count>,<q-args>)
endif

let &cpo = s:cpo_save

" vim:set ft=vim sw=2 sts=2:

0 comments on commit 9ff669e

Please sign in to comment.