Fix argv parsing of quoted string
commit4842d40bdfcf90531cc9010a20f3bfa9e5c5200e
authorJonas Fonseca <jonas.fonseca@gmail.com>
Wed, 18 Feb 2015 00:35:36 +0000 (17 19:35 -0500)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Wed, 18 Feb 2015 00:35:36 +0000 (17 19:35 -0500)
tree1c1650627e9ca11490805ea1404f180ca2bcfce5
parent17b367b34af1c1a17c67b51e62308fec262b02c7
Fix argv parsing of quoted string

When a config line contained a start quote (" or ') but was missing the
end quote it caused the argv parsing to mangle the content of the
succeeding line.
src/argv.c
test/tigrc/parse-test