=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.212 retrieving revision 1.213 diff -u -p -r1.212 -r1.213 --- mandoc/term.c 2013/12/23 02:20:09 1.212 +++ mandoc/term.c 2013/12/24 23:04:36 1.213 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.212 2013/12/23 02:20:09 schwarze Exp $ */ +/* $Id: term.c,v 1.213 2013/12/24 23:04:36 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2013 Ingo Schwarze @@ -429,7 +429,7 @@ term_word(struct termp *p, const char *word) else p->flags |= TERMP_NOSPACE; - p->flags &= ~(TERMP_SENTENCE | TERMP_IGNDELIM); + p->flags &= ~TERMP_SENTENCE; while ('\0' != *word) { if ('\\' != *word) {