aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/version.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-03-11 06:54:17 +0800
committerGitHub <noreply@github.com>2025-03-11 06:54:17 +0800
commit7e2b75760f1723c44bf69951dad2cb8da92aa213 (patch)
tree735bd1272e53e1f11e9ed9f878a5f6043efeaa62 /runtime/lua/vim/version.lua
parent1f49a59b8bde0aeb3a1ef754bcb3724d9af241bb (diff)
downloadrneovim-7e2b75760f1723c44bf69951dad2cb8da92aa213.tar.gz
rneovim-7e2b75760f1723c44bf69951dad2cb8da92aa213.tar.bz2
rneovim-7e2b75760f1723c44bf69951dad2cb8da92aa213.zip
vim-patch:9.1.1193: Unnecessary use of STRCAT() in au_event_disable() (#32829)
Problem: Unnecessary use of STRCAT() in au_event_disable(). STRCAT() seeks to the end of new_ei, but here the end is already known. Solution: Use STRCPY() and add p_ei_len to new_ei. Also fix a typo in a comment. Add a test that 'eventignore' works in :argdo (zeertzjq). closes: vim/vim#16844 https://github.com/vim/vim/commit/969e11a18b145241dc0ab39fc1be7ed814655dfc Cherry-pick p_ei_len from patch 9.1.0256.
Diffstat (limited to 'runtime/lua/vim/version.lua')
0 files changed, 0 insertions, 0 deletions