From 1e121f70f5f1d7a49dc7a8a56f5644d22c6d6e4e Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 12 Sep 2012 10:52:12 +0300 Subject: [PATCH] Convert to a different quoting. This was done so gvim won't be confused with the bracket-matching. I'll report the problem to the perl.vim project. --- lib/perl5db.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/perl5db.t b/lib/perl5db.t index 81e04d3..23346d0 100644 --- a/lib/perl5db.t +++ b/lib/perl5db.t @@ -1676,9 +1676,9 @@ package main; { cmds => [ - q/{ ?/, - q/{ l/, - q/{ ?/, + '{ ?', + '{ l', + '{ ?', q/b 5/, q/c/, q/q/, -- 1.8.3.1