mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
includes
This commit is contained in:
11
src/nvim/change.h
Normal file
11
src/nvim/change.h
Normal 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
|
Reference in New Issue
Block a user