diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-03-02 09:02:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 09:02:28 +0800 |
commit | 4c24fcb91f7740410b94638b3156ba20647df579 (patch) | |
tree | 77ced2bbbf5af7a0a2fd568d6b782d7836c0582d | |
parent | 1fdf903911abdf28c784de31045590147dc2f59e (diff) | |
parent | 55a189583ea0a7b2e25fb1db7b43d80817bdf4af (diff) | |
download | rneovim-4c24fcb91f7740410b94638b3156ba20647df579.tar.gz rneovim-4c24fcb91f7740410b94638b3156ba20647df579.tar.bz2 rneovim-4c24fcb91f7740410b94638b3156ba20647df579.zip |
Merge pull request #17570 from zeertzjq/pvs-autocmd-header
chore(PVS): add PVS header to api/autocmd.c
-rw-r--r-- | src/nvim/api/autocmd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/api/autocmd.c b/src/nvim/api/autocmd.c index ad0e78cb50..9a8eccd22c 100644 --- 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> |