aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/textobj.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/textobj.vim')
-rw-r--r--plugin/textobj.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/textobj.vim b/plugin/textobj.vim
index 01345bc..bb620fe 100644
--- a/plugin/textobj.vim
+++ b/plugin/textobj.vim
@@ -1,3 +1,7 @@
+if exists('g:loaded_textobj')
+ finish
+endif
+let g:loaded_textobj = 1
" Text object creation {{{
" XXX: use virtualedit here, it should greatly simplify things
let s:text_object_number = 0