aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-03 18:07:02 -0500
committerdoy <doy@tozt.net>2009-01-03 18:07:02 -0500
commit0446491fea96ae868e6d97d5b7c07aba409fcfa9 (patch)
tree86cbc12d66f179936e7058dd7f3e9367a5731171
parent313b3d862f060b304e90119381afabc45a1d2409 (diff)
downloadvim-textobj-0446491fea96ae868e6d97d5b7c07aba409fcfa9.tar.gz
vim-textobj-0446491fea96ae868e6d97d5b7c07aba409fcfa9.zip
clean up namespace pollution
-rw-r--r--vim/plugin/textobj.vim1
1 files changed, 1 insertions, 0 deletions
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
" }}}