diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-10-10 21:22:20 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-10-10 21:22:20 +0100 |
| commit | 74fe8b5e8d9ff7497b2ef98b296268b38c12b24c (patch) | |
| tree | dcf796404e95846c93b9c1062739a16afacb3672 /src/normal.hh | |
| parent | 00c8d1a4faa2de730328f2d57a78b3e5b64ba9d7 (diff) | |
Remove Context::numeric_param, pass it directly to normal mode functions
Diffstat (limited to 'src/normal.hh')
| -rw-r--r-- | src/normal.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.hh b/src/normal.hh index dfce1390..c35027ce 100644 --- a/src/normal.hh +++ b/src/normal.hh @@ -11,7 +11,7 @@ namespace Kakoune class Context; -using KeyMap = std::unordered_map<Key, std::function<void (Context& context)>>; +using KeyMap = std::unordered_map<Key, std::function<void (Context& context, int param)>>; extern KeyMap keymap; } |
