Fix tokenizing when parsing ~/.tigrc
authorJonas Fonseca <fonseca@diku.dk>
Mon, 2 Feb 2009 08:08:46 +0000 (09:08 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Mon, 2 Feb 2009 08:14:09 +0000 (09:14 +0100)
commita68b271e11a0c4dae6ac881bae758c81d9c183b6
tree8ed2bcd0a6f27ea203593ee5595ba6ae34e40b7a
parent6fb8d7e3013e200918425675ebb387830daab34b
Fix tokenizing when parsing ~/.tigrc

When moving to use argv_from_string() in set_option() a regression was
introduced causing problems with parsing of multiple spaces between
arguments. For example:

color date              yellow  default

Reported by Clifford Caoile.
NEWS
tig.c