From 75723e4522a7787c3c5893ffa58ed3dc493c0bbc Mon Sep 17 00:00:00 2001 From: jhlink Date: Sun, 26 Jul 2020 21:25:17 -0400 Subject: [PATCH] doc: Add C++ desc in astyle entry in registry --- autoload/ale/fix/registry.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/ale/fix/registry.vim b/autoload/ale/fix/registry.vim index c5b4751b..02b02699 100644 --- a/autoload/ale/fix/registry.vim +++ b/autoload/ale/fix/registry.vim @@ -163,7 +163,7 @@ let s:default_registry = { \ 'astyle': { \ 'function': 'ale#fixers#astyle#Fix', \ 'suggested_filetypes': ['c', 'cpp'], -\ 'description': 'Fix C with astyle.', +\ 'description': 'Fix C/C++ with astyle.', \ }, \ 'clangtidy': { \ 'function': 'ale#fixers#clangtidy#Fix',