exercism / vimscript

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

Add transpose #239

Closed BNAndras closed 8 months ago

BNAndras commented 8 months ago

Related to #172

BNAndras commented 8 months ago

It's not a conflicting use of Transpose in another exercise, and all tests pass locally. I'm on vim 9.0.2100, and trim allowing a direction to be specified was introduced in 8.2. I'll do some more fiddling though.