Add a function for fixing the alignment of Vim help tags

This commit is contained in:
w0rp
2017-07-03 16:51:34 +01:00
parent fd6f05c9ea
commit 160b9548ee
3 changed files with 48 additions and 0 deletions

View File

@@ -7,6 +7,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['python'],
\ 'description': 'Add blank lines before control statements.',
\ },
\ 'align_help_tags': {
\ 'function': 'ale#fixers#help#AlignTags',
\ 'suggested_filetypes': ['help'],
\ 'description': 'Align help tags to the right margin',
\ },
\ 'autopep8': {
\ 'function': 'ale#fixers#autopep8#Fix',
\ 'suggested_filetypes': ['python'],