=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.172 retrieving revision 1.173 diff -u -p -r1.172 -r1.173 --- mandoc/term.c 2010/09/23 20:26:00 1.172 +++ mandoc/term.c 2010/10/01 21:51:13 1.173 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.172 2010/09/23 20:26:00 schwarze Exp $ */ +/* $Id: term.c,v 1.173 2010/10/01 21:51:13 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -505,7 +505,7 @@ term_word(struct termp *p, const char *word) else p->flags |= TERMP_NOSPACE; - p->flags &= ~TERMP_SENTENCE; + p->flags &= ~(TERMP_SENTENCE | TERMP_IGNDELIM); while (*word) { if ((ssz = strcspn(word, "\\")) > 0)