diff options
author | Daniel Hahler <git@thequod.de> | 2019-06-09 15:37:06 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-08-07 14:21:23 +0200 |
commit | e8cd2bcf3711498cb09b97df8be7566bace29003 (patch) | |
tree | 6d43fa26ac56cd08f65ef58d0980699868638d0c | |
parent | 4a8a87c3a9b4644c9551abe44b309e2a5686f272 (diff) | |
download | rneovim-e8cd2bcf3711498cb09b97df8be7566bace29003.tar.gz rneovim-e8cd2bcf3711498cb09b97df8be7566bace29003.tar.bz2 rneovim-e8cd2bcf3711498cb09b97df8be7566bace29003.zip |
header
-rw-r--r-- | src/nvim/change.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/nvim/change.c b/src/nvim/change.c index 750634b26e..0147ab41be 100644 --- a/src/nvim/change.c +++ b/src/nvim/change.c @@ -1,17 +1,11 @@ -/* vi:set ts=8 sts=4 sw=4 noet: - * - * VIM - Vi IMproved by Bram Moolenaar - * - * Do ":help uganda" in Vim to read copying and usage conditions. - * Do ":help credits" in Vim to see a list of people who contributed. - * See README.txt for an overview of the Vim source code. - */ +// 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 /* * change.c: functions related to changing text */ -#include "vim.h" +#include "nvim/vim.h" /* * If the file is readonly, give a warning message with the first change. |