Change a:xxx variable to l:xxx since argument variables are immutable as of Vim patch 888. Convert the stable version number to a string prior to printing.
The missing 'T' character was causing strikethrough ~ characters to be hidden within tables which is not the desired behavior. Closes #404.