This commit is contained in:
Daniel Hahler
2019-06-10 16:26:11 +02:00
parent aa6aa732e9
commit 0e3b9ea74d
21 changed files with 59 additions and 4 deletions

11
src/nvim/change.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef NVIM_CHANGE_H
#define NVIM_CHANGE_H
#include "nvim/buffer_defs.h" // for buf_T
#include "nvim/pos.h" // for linenr_T
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "change.h.generated.h"
#endif
#endif // NVIM_CHANGE_H