aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-03-02 08:50:15 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-03-02 08:50:15 +0800
commit55a189583ea0a7b2e25fb1db7b43d80817bdf4af (patch)
tree77ced2bbbf5af7a0a2fd568d6b782d7836c0582d
parent1fdf903911abdf28c784de31045590147dc2f59e (diff)
downloadrneovim-55a189583ea0a7b2e25fb1db7b43d80817bdf4af.tar.gz
rneovim-55a189583ea0a7b2e25fb1db7b43d80817bdf4af.tar.bz2
rneovim-55a189583ea0a7b2e25fb1db7b43d80817bdf4af.zip
chore(PVS): add PVS header to api/autocmd.c
-rw-r--r--src/nvim/api/autocmd.c3
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>