]> git.sur5r.net Git - i3/i3/commit
config parser: recover after invalid input
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 20 Nov 2012 16:09:03 +0000 (17:09 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 20 Nov 2012 16:10:29 +0000 (17:10 +0100)
commit3cb909fa62b0e57df26f9ae7bc0174e5751e7c12
treefbda0f4d4c56bf67ea40972673b61e1f4a80584f
parent6148136e7ce470a888eda29894115df700144428
config parser: recover after invalid input

This is done by ignoring the rest of the current line and jumping to the
nearest <error> token.

fixes #879
generate-command-parser.pl
parser-specs/config.spec
src/commands_parser.c
src/config_parser.c
testcases/t/201-config-parser.t