diff options
author | jhlink <jhlink@users.noreply.github.com> | 2020-07-26 21:25:17 -0400 |
---|---|---|
committer | jhlink <jhlink@users.noreply.github.com> | 2020-07-26 22:05:10 -0400 |
commit | 75723e4522a7787c3c5893ffa58ed3dc493c0bbc (patch) | |
tree | a4c6a277109a0b192aadb414832b72f1135573e1 | |
parent | 028485b4dee89d3a81a7b414d44b9864f7396cbb (diff) | |
download | ale-75723e4522a7787c3c5893ffa58ed3dc493c0bbc.zip |
doc: Add C++ desc in astyle entry in registry
-rw-r--r-- | autoload/ale/fix/registry.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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', |