diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-19 21:06:49 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-19 21:09:53 -0400 |
commit | 49ab1b91e7cccb4fc5edad6d2fa8c547fb38942b (patch) | |
tree | d8df645e9f993a6903dda09fdf5d24c45680850b /runtime/lua/vim | |
parent | 003cda23123e98824ccc8f7467cf6800a8e75961 (diff) | |
download | rneovim-49ab1b91e7cccb4fc5edad6d2fa8c547fb38942b.tar.gz rneovim-49ab1b91e7cccb4fc5edad6d2fa8c547fb38942b.tar.bz2 rneovim-49ab1b91e7cccb4fc5edad6d2fa8c547fb38942b.zip |
Remove '- 1' for sizes passed to xstrlcpy
xstrlcpy() NUL-terminates the destination string
such that reducing the destination string length by 1
to reserve the last byte for NUL is pointless.
https://github.com/neovim/neovim/pull/14490#discussion_r635661185
Diffstat (limited to 'runtime/lua/vim')
0 files changed, 0 insertions, 0 deletions