From 0446491fea96ae868e6d97d5b7c07aba409fcfa9 Mon Sep 17 00:00:00 2001 From: doy Date: Sat, 3 Jan 2009 18:07:02 -0500 Subject: clean up namespace pollution --- vim/plugin/textobj.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/plugin/textobj.vim b/vim/plugin/textobj.vim index bd85680..01345bc 100644 --- a/vim/plugin/textobj.vim +++ b/vim/plugin/textobj.vim @@ -235,4 +235,5 @@ endfunction for object in g:Textobj_defs call call('Textobj', object) endfor +unlet object " }}} -- cgit v1.2.3-54-g00ecf