K 10 svn:author V 4 adam K 8 svn:date V 27 1995-11-01T12:18:32.000000Z K 7 svn:log V 374 Fix the :S modifier to substitute in each word of the variable, according to the description in the manpage. g flag means "replace every occurence in each word", and its absence means "replace first occurence in each word". Previously, absence of the g flag was implemented to mean "replace first occurence found in all words, and then stop replacing", which was incorrect. END