1
0
Fork 0
mirror of synced 2024-06-30 12:31:09 -04:00
ultimate-vim/sources_non_forked/ale/test/fixers/test_vim_help_tags_alignment_fixer.vader
2022-05-19 21:16:38 +08:00

20 lines
551 B
Plaintext

Before:
Save g:ale_fixers
After:
Restore
Given help(A vim help file with badly aligned tags):
foo *foo*
bar *bar*
baz *bar*
Execute(Tags should be aligned at the right margin):
let g:ale_fixers = {'help': ['align_help_tags']}
ALEFix
Expect help(Tags should be aligned):
foo *foo*
bar *bar*
baz *bar*