aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-05-20 05:06:55 +0300
committerZyX <kp-pav@yandex.ru>2017-05-20 05:06:55 +0300
commit7dc7d2f83f30eb2df1c5408ffceda244ced2f468 (patch)
tree0044b6fd7f2f1682941e053ea686ec98a1d4f898
parentc585a72cdc6d2cb7f507c59eb4a6981e54c77ebc (diff)
downloadrneovim-7dc7d2f83f30eb2df1c5408ffceda244ced2f468.tar.gz
rneovim-7dc7d2f83f30eb2df1c5408ffceda244ced2f468.tar.bz2
rneovim-7dc7d2f83f30eb2df1c5408ffceda244ced2f468.zip
lua: Add PVS comment to lua/*.c
-rw-r--r--src/nvim/lua/converter.c3
-rw-r--r--src/nvim/lua/executor.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/nvim/lua/converter.c b/src/nvim/lua/converter.c
index 31e49df8f9..cacba3ce87 100644
--- a/src/nvim/lua/converter.c
+++ b/src/nvim/lua/converter.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 <lua.h>
#include <lualib.h>
#include <lauxlib.h>
diff --git a/src/nvim/lua/executor.c b/src/nvim/lua/executor.c
index a7d5af36a1..6f9e381d8d 100644
--- a/src/nvim/lua/executor.c
+++ b/src/nvim/lua/executor.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 <lua.h>
#include <lualib.h>
#include <lauxlib.h>