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