aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-04-29 20:19:08 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-04-29 20:19:08 -0500
commitb111aa3dccf2a3958771cd2d2dbe9036e2a96560 (patch)
tree2e233987563fb8376564161b6c6df9c3bd199f4d
parentb8cf099b4338ee6aba5dee5ca9137502d69cb088 (diff)
downloadvim-textobj-b111aa3dccf2a3958771cd2d2dbe9036e2a96560.tar.gz
vim-textobj-b111aa3dccf2a3958771cd2d2dbe9036e2a96560.zip
this isn't necessary
-rw-r--r--vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index b0fd941..2db2339 100644
--- a/vimrc
+++ b/vimrc
@@ -332,7 +332,6 @@ endfunction
" / for regex {{{
function Textobj_regex(inner, count)
let pos = getpos('.')
- let objstart = 0
let line = strpart(getline(pos[1]), 0, pos[2])
let lines = getline(1, pos[1] - 1) + [line]