Fix a small bug and tweak a little the syntax module.
commit1186edbaa402c6253051b2ee06b07b5d10911a93
authorDiego <bdiego@gmail.com>
Thu, 17 May 2012 19:22:15 +0000 (17 16:22 -0300)
committerDiego <bdiego@gmail.com>
Thu, 17 May 2012 19:22:15 +0000 (17 16:22 -0300)
treef96b031862236b348f3c0bd02e7d635adbeb1e72
parent7f292bb4931806c63001cc5023ad09df2908d96b
Fix a small bug and tweak a little the syntax module.

Fix a small bug on the "auto-completion" code for ';' and ')' that
cause some character to disappear at the EOL.

Also change a little the syntax module to match a little better
the token. This need a lot more of work!
Makefile
buffer.c
main.c
syntax.c