From 6b447a0ecb018256c574fc2a36be99698f603cc3 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Thu, 18 Jan 2018 09:57:14 +0100 Subject: Add declare-user-mode / enter-user-mode commands --- src/normal.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/normal.cc') diff --git a/src/normal.cc b/src/normal.cc index d890ab7d..f46f529f 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -127,12 +127,6 @@ void repeat_last_select(Context& context, NormalParams) context.repeat_last_select(); } -struct KeyInfo -{ - ConstArrayView keys; - StringView docstring; -}; - String build_autoinfo_for_mapping(Context& context, KeymapMode mode, ConstArrayView built_ins) { -- cgit v1.2.3