From 313b3d862f060b304e90119381afabc45a1d2409 Mon Sep 17 00:00:00 2001 From: doy Date: Tue, 23 Dec 2008 02:18:54 -0500 Subject: make textobj creation into config again, since the functions don't get defined until after the vimrc file is read (i think?) --- vim/plugin/textobj.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vim/plugin') 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 +" }}} -- cgit v1.2.3-54-g00ecf