From b8de4ac96dcb84ff7ec704a65cdffad97d9bbeb1 Mon Sep 17 00:00:00 2001 From: U1s2e3r4n5a6m7e <50280168+U1s2e3r4n5a6m7e@users.noreply.github.com> Date: Fri, 25 Nov 2022 16:14:12 +0300 Subject: [PATCH] fix: missing plug mapping `ale_go_to_implementation` (#4337) Co-authored-by: Tiffany --- plugin/ale.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/ale.vim b/plugin/ale.vim index 4ba24c1d..dc7f259a 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -323,6 +323,7 @@ nnoremap (ale_go_to_type_definition) :ALEGoToTypeDefinition (ale_go_to_type_definition_in_tab) :ALEGoToTypeDefinition -tab nnoremap (ale_go_to_type_definition_in_split) :ALEGoToTypeDefinition -split nnoremap (ale_go_to_type_definition_in_vsplit) :ALEGoToTypeDefinition -vsplit +nnoremap (ale_go_to_implementation) :ALEGoToImplementation nnoremap (ale_go_to_implementation_in_tab) :ALEGoToImplementation -tab nnoremap (ale_go_to_implementation_in_split) :ALEGoToImplementation -split nnoremap (ale_go_to_implementation_in_vsplit) :ALEGoToImplementation -vsplit