aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/bufwrite.h
blob: 0845abf4ee927b899d705fe379b7982900eafad6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef NVIM_BUFWRITE_H
#define NVIM_BUFWRITE_H

#include "nvim/buffer_defs.h"
#include "nvim/ex_cmds_defs.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "bufwrite.h.generated.h"
#endif

#endif  // NVIM_BUFWRITE_H