blob: 14ca361073666083253ef0d0232345e1965e216e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_MISC1_H
#define NVIM_MISC1_H
#include "nvim/os/shell.h"
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "misc1.h.generated.h"
#endif
#endif // NVIM_MISC1_H
|