Files
neovim/src/nvim/undo.h
2017-10-19 11:20:08 +02:00

11 lines
200 B
C

#ifndef NVIM_UNDO_H
#define NVIM_UNDO_H
#include "nvim/undo_defs.h"
#include "nvim/ex_cmds_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "undo.h.generated.h"
#endif
#endif // NVIM_UNDO_H