Don't expand download-path if set.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 12 Mar 2014 20:19:34 +0000 (21:19 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 12 Mar 2014 20:25:13 +0000 (21:25 +0100)
commitd85f114b7b221a19572e80d979c2f7e8b1644463
tree0927effee16fa68b42f35cf7f42f62a4a1679fad
parent870b8bae5e962ab89caee2af79c38efc191ac5b4
Don't expand download-path if set.

It is unusual to expand the variables when they are set. This will irritate
the user in case ':set download-path=$HOME' is set but ':set download-path?'
spits out not what the user set before.
So vimb follows the example given by vim and save the path like is was given
and expands it it it's used.
doc/vimb.1
src/setting.c