Mercurial > hg > octave-lyh
diff src/input.cc @ 3968:cef0ea4d1b3a
[project @ 2002-07-01 19:16:01 by jwe]
author | jwe |
---|---|
date | Mon, 01 Jul 2002 19:16:01 +0000 |
parents | 1ea29376e43e |
children | 7787c144d5d9 |
line wrap: on
line diff
--- a/src/input.cc +++ b/src/input.cc @@ -483,7 +483,7 @@ // XX FIXME XXX -- this needs to include a comma too, but that // causes trouble for the new struct element completion code. - static char *s = "\t\n !\"\'*+-/:;<=>[\\]^`~"; + static char *s = "\t\n !\"\'*+-/:;<=>(){}[\\]^`~"; command_editor::set_basic_word_break_characters (s);