aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
" }}}