diff options
author | Jeff Willette <jrwillette88@gmail.com> | 2017-11-15 09:40:40 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 09:40:40 +0900 |
commit | a36129eab0dd5a446cea90cae90a219f9f9d4cd7 (patch) | |
tree | 9783563735e7654d31ad1a09e3478320b7a120a6 /autoload | |
parent | 48be035da82c30fe12859179d731720f3819ee4e (diff) | |
download | ale-a36129eab0dd5a446cea90cae90a219f9f9d4cd7.zip |
fix goimports typo in registry
Diffstat (limited to 'autoload')
-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 4ecdae9a..2e24e028 100644 --- a/autoload/ale/fix/registry.vim +++ b/autoload/ale/fix/registry.vim @@ -110,7 +110,7 @@ let s:default_registry = { \ 'goimports': { \ 'function': 'ale#fixers#goimports#Fix', \ 'suggested_filetypes': ['go'], -\ 'description': 'Fix Go files imports with go fmt.', +\ 'description': 'Fix Go files imports with goimports.', \ }, \ 'tslint': { \ 'function': 'ale#fixers#tslint#Fix', |