mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 22:33:13 +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.