diff options
Diffstat (limited to 'term.c')
-rw-r--r-- | term.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -496,7 +496,6 @@ void term_word(struct termp *p, const char *word) { - assert(*word); if (term_isclosedelim(word)) if ( ! (TERMP_IGNDELIM & p->flags)) p->flags |= TERMP_NOSPACE; |