mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 09:56:25 +10:00
Problem:
Some steps in :Tutor don't work on Windows.
Solution:
Add support for `{unix:...,win:...}` format and transform the Tutor contents
depending on the platform.
Fix https://github.com/neovim/neovim/issues/24166