summary refs log tree commit diff
path: root/bundle/webapi-vim (follow)
Commit message (Expand)AuthorAge
* Update pluginsJune McEnroe2013-11-03
* Update all the thingsJune McEnroe2012-07-02
* Add webapi-vimJune McEnroe2012-05-05
24f474a6659ca04d0906723b2ac975&follow=1'>cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer