bindable readline command to perform spelling correction on a word

This commit is contained in:
Chet Ramey
2021-03-18 11:48:48 -04:00
parent 83c4ad27c7
commit 6be3a741cb
16 changed files with 1607 additions and 1370 deletions
+1 -1
View File
@@ -4655,7 +4655,7 @@ xparse_dolparen (base, string, indp, flags)
itrace("xparse_dolparen:%d: *indp (%d) < orig_ind (%d), orig_string = `%s'", line_number, *indp, orig_ind, ostring);
#endif
if (base[*indp] != ')')
if (base[*indp] != ')' && (flags & SX_NOLONGJMP) == 0)
{
/*(*/
parser_error (start_lineno, _("unexpected EOF while looking for matching `%c'"), ')');