aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]