diff options
Diffstat (limited to 'Src/lex.c')
-rw-r--r-- | Src/lex.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1140,6 +1140,7 @@ gettokstr(int c, int sub) skipparens(Inbrack, Outbrack, &t); } } + if (*t == '+') t++; if (t == bptr) { e = hgetc(); if (e == '(' && incmdpos) { |