blob: 32778b69f15aeaccdb69e14dd56e173a69f98430 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_PLINES_H
#define NVIM_PLINES_H
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "plines.h.generated.h"
#endif
#endif // NVIM_PLINES_H
|