mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00

This also removes the `#elseif defined(MSWIN)` clause. Due to the enclosing `if` block, we will never get to this point when src starts with a '%', making the whole #elseif block dead code.