mirror of
https://github.com/neovim/neovim.git
synced 2026-05-11 16:11:26 +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.