From b111aa3dccf2a3958771cd2d2dbe9036e2a96560 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 29 Apr 2008 20:19:08 -0500 Subject: this isn't necessary --- vimrc | 1 - 1 file changed, 1 deletion(-) 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] -- cgit v1.2.3-54-g00ecf