aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/command.h
blob: 78af5cbf64bd42221e48458ac028b3bd2478b128 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "nvim/api/keysets.h"
#include "nvim/api/private/defs.h"
#include "nvim/decoration.h"
#include "nvim/ex_cmds.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/command.h.generated.h"
#endif