mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00

:diffsplit command used to include some flag value twice. If I was using bitwise OR it would be OK, but I had addition here. Changed to use bitwise OR.