commit 4c24fcb91f7740410b94638b3156ba20647df579 parent 1fdf903911abdf28c784de31045590147dc2f59e Author: zeertzjq <zeertzjq@outlook.com> Date: Wed, 2 Mar 2022 09:02:28 +0800 Merge pull request #17570 from zeertzjq/pvs-autocmd-header chore(PVS): add PVS header to api/autocmd.c Diffstat:
| M | src/nvim/api/autocmd.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/nvim/api/autocmd.c b/src/nvim/api/autocmd.c @@ -1,3 +1,6 @@ +// This is an open source non-commercial project. Dear PVS-Studio, please check +// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com + #include <stdbool.h> #include <stdio.h>