summaryrefslogtreecommitdiffstats
path: root/vim/plugin
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
commit7e34acef9769f564f8ec81f0baa00cec81c1eb90 (patch)
tree703b74499399a446a227a2166ea76ec7c2559c94 /vim/plugin
parent3ee2d34702f526af63bb776f502fe6e6ee2c6bbb (diff)
downloadconf-7e34acef9769f564f8ec81f0baa00cec81c1eb90.tar.gz
conf-7e34acef9769f564f8ec81f0baa00cec81c1eb90.zip
clean up namespace pollution
Diffstat (limited to 'vim/plugin')
-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
" }}}