]> granicus.if.org Git - vim/commit
patch 8.2.4402: missing parenthesis may cause unexpected problems v8.2.4402
authorkylo252 <59826753+kylo252@users.noreply.github.com>
Wed, 16 Feb 2022 19:24:07 +0000 (19:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Feb 2022 19:24:07 +0000 (19:24 +0000)
commitae6f1d8b14c2f63811ee83ef14e32086fb3e9b83
tree4982335c2afa3ef8515860dabea038acbc2af406
parentd288eaad846f0e07e0141226f97d858dcf96cb78
patch 8.2.4402: missing parenthesis may cause unexpected problems

Problem:    Missing parenthesis may cause unexpected problems.
Solution:   Add more parenthesis is macros. (closes #9788)
21 files changed:
src/autocmd.c
src/charset.c
src/drawline.c
src/drawscreen.c
src/evalfunc.c
src/fileio.c
src/fold.c
src/getchar.c
src/highlight.c
src/memline.c
src/normal.c
src/quickfix.c
src/regexp.c
src/search.c
src/sha256.c
src/spell.c
src/spellfile.c
src/spellsuggest.c
src/syntax.c
src/version.c
src/window.c