From 68d625fdaba12f04628ff66301d7971dff9ff40d Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Wed, 18 Dec 2002 16:38:49 +0000 Subject: [w3m-dev 03581] MARK_URL, MARK_WORD * main.c (chkWORD): accept ()[]{}&|;*?$ as anchor From: Hironori SAKAMOTO --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 3f06e85..ff5dfeb 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.174 2002/12/18 16:34:38 ukai Exp $ */ +/* $Id: main.c,v 1.175 2002/12/18 16:38:49 ukai Exp $ */ #define MAINPROGRAM #include "fm.h" #include @@ -4609,7 +4609,7 @@ chkWORD(void) { char *p; int spos, epos; - p = getCurWord(Currentbuf, &spos, &epos, ":\"\'`<>"); + p = getCurWord(Currentbuf, &spos, &epos, ":\"\'`<>()[]{}&|;*?$"); if (p == NULL) return; reAnchorWord(Currentbuf, Currentbuf->currentLine, spos, epos); -- cgit v1.2.3