From 4f23386c05bb6aeb1826570a61051382b27bda30 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Mon, 5 May 2008 18:51:55 -0500 Subject: todo for textobj.vim --- vim/plugin/textobj.vim | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf