mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 02:45:39 +00:00
The nested line was the else-branch of an if-then-else block that dealt
with cryptography, but after commit
85338fe1d5 (Remove cryptography) removed
the if-then part, the indentation of this line was not adjusted.