neovim/src
zeertzjq ae7653b74c
fix(win_update): don't use unintialized memory in edge case (#22266)
This fixes two clang warnings.

Using an unintialized "cursorline_fi" without assigning to it is not
something that should normally happen, and in case it happens it will
likely cause another redraw, but still don't use unintialized memory.
2023-02-15 16:53:53 +08:00
..
cjson
klib refactor: replace char_u with char 2022-11-26 15:52:21 +01:00
man feat(lua): send "--" literally to Lua "-l" script 2023-01-05 17:10:02 +01:00
mpack fix(tests): fixes for using vim.mpack and more ASAN 2023-02-10 20:19:04 +01:00
nvim fix(win_update): don't use unintialized memory in edge case (#22266) 2023-02-15 16:53:53 +08:00
unicode docs: fix/remove invalid URLs #20647 2022-10-14 08:01:13 -07:00
xdiff
.asan-blacklist
.valgrind.supp
clint.py build(lint): remove clint.py rules for braces #20880 2022-11-01 07:39:49 -07:00
coverity-model.c
uncrustify.cfg build(lint): remove clint.py rules for braces #20880 2022-11-01 07:39:49 -07:00