aboutsummaryrefslogtreecommitdiffstats
path: root/vim/plugin/textobj.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/textobj.vim')
-rw-r--r--vim/plugin/textobj.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/plugin/textobj.vim b/vim/plugin/textobj.vim
index a9f8624..bd85680 100644
--- a/vim/plugin/textobj.vim
+++ b/vim/plugin/textobj.vim
@@ -231,3 +231,8 @@ function Textobj_arg(inner, count)
endfunction
" }}}
" }}}
+" Text object loading {{{
+for object in g:Textobj_defs
+ call call('Textobj', object)
+endfor
+" }}}