From 8383c3b1eae06c1e4a4441c527d5ac667a1239c3 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Mon, 28 Apr 2008 01:25:09 -0500 Subject: handle the case of the \/ being split when we look forwards and backwards for matching // --- vimrc | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 2aad29a..b594357 100644 --- a/vimrc +++ b/vimrc @@ -341,9 +341,20 @@ function Textobj_regex(inner, count) let lines = [line] + getline(pos[1] + 1, line('$')) let linenum = pos[1] for line in lines - let objend = match(line, '\\\@