summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6fb8d7e)
raw | patch | inline | side by side (parent: 6fb8d7e)
author | Jonas Fonseca <fonseca@diku.dk> | |
Mon, 2 Feb 2009 08:08:46 +0000 (09:08 +0100) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Mon, 2 Feb 2009 08:14:09 +0000 (09:14 +0100) |
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.
introduced causing problems with parsing of multiple spaces between
arguments. For example:
color date yellow default
Reported by Clifford Caoile.
NEWS | patch | blob | history | |
tig.c | patch | blob | history |
index d8e1468ab2267ffe97cc9829137729d43466aebf..c8d080b05f703ff46185ec5323a2c576d07eebd5 100644 (file)
--- a/NEWS
+++ b/NEWS
- Tree view: fix memory corruption bug when updating.
- Fix regression for non-UTF-8 locales corrupting the view data.
+ - Fix regression parsing multiple spaces in ~/.tigrc.
tig-0.13
--------