mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
fe4920f138
Compiler warns about buf always being nonnull. buf is per function attribute always nonnull, so buf can be removed from the assert(). But a buffer length of zero is also no problem, because it makes uv_cwd() return a failure without writing into buf. So the remaining length check can also be removed. |
||
---|---|---|
.. | ||
nvim | ||
.clang-format |