summaryrefslogtreecommitdiff
path: root/src/commands.hh
blob: 4042740e91f09213d215583bf70fd279ccc027aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef commands_hh_INCLUDED
#define commands_hh_INCLUDED

#include "keys.hh"

namespace Kakoune
{

class Context;

void register_commands();
void exec_keys(const KeyList& keys, Context& context);

}

#endif // commands_hh_INCLUDED