aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-05 18:51:55 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-05 18:51:55 -0500
commit4f23386c05bb6aeb1826570a61051382b27bda30 (patch)
treec12afbeec0f4c9b6c3447c4215edc756f0bc32a7
parent5d4e5d33db2c06cb21d42609179499c4d5afd4b5 (diff)
downloadvim-textobj-4f23386c05bb6aeb1826570a61051382b27bda30.tar.gz
vim-textobj-4f23386c05bb6aeb1826570a61051382b27bda30.zip
todo for textobj.vim
-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 a32509e..e45df9b 100644
--- a/vim/plugin/textobj.vim
+++ b/vim/plugin/textobj.vim
@@ -1,4 +1,5 @@
" Text object creation {{{
+" XXX: use virtualedit here, it should greatly simplify things
let s:text_object_number = 0
function Textobj(char, callback)
let s:text_object_number += 1