exercism / vimscript

Exercism exercises in Vim script.
https://exercism.org/tracks/vimscript
MIT License
20 stars 24 forks source link

Add bottle-song #204

Closed BNAndras closed 10 months ago

BNAndras commented 10 months ago

Related to #172

bottle-song replaces the deprecated beer-song.

BNAndras commented 10 months ago

Looks like the CI didn't like the string interpolation. I can revert back to string concatenation tomorrow.

BNAndras commented 10 months ago

CI is passing now, @kotp.