From b708191ef08f5d65d71a0b6af7b031a951f938ff Mon Sep 17 00:00:00 2001 From: moculus Date: Mon, 28 Jul 2008 21:44:41 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- BUGS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUGS b/BUGS index 5c1da8c..1f4fee2 100644 --- a/BUGS +++ b/BUGS @@ -6,7 +6,7 @@ * try implementing an "undo ID" in the application. * the "last visible" calculation doesn't handle long lines correctly. this affects page-up/page-down/etc. - * $) in regexes shows up as a varible. need better lists of which vars + * $) in perl regexes shows up as a varible. need better lists of which vars work in perl. * certain perl constructs are ambiguous between prototypes and vars (e.g. "($@)").