mpw/verbatim
Kelvin Sherlock 42fe265dd2 Smarter handling of : after a variable.
Since :: is equivalent to .. in Unix, {$PathVariable}: would expand unexpectedly
if PathVariable had a trailing : (which it usually does) -- i.e., some:path:: == /some/path/.. = /some/.

: after a variable will be dropped if there was already a trailing :
2015-02-08 14:49:08 -05:00
..
Environment.text Smarter handling of : after a variable. 2015-02-08 14:49:08 -05:00
Errors.text
Globals.text
makefile.sh
Templates.text
Traps.text