install.fairie/dotfiles/.vim/plugged/ale/test/fixers/test_vim_help_tags_alignment_fixer.vader
Git E2E Dev Test Username e149692cc9 git subrepo clone https://github.com/dense-analysis/ale.git ./dotfiles/.vim/plugged/ale
subrepo:
  subdir:   "dotfiles/.vim/plugged/ale"
  merged:   "e4b205440"
upstream:
  origin:   "https://github.com/dense-analysis/ale.git"
  branch:   "master"
  commit:   "e4b205440"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2022-10-18 10:37:09 -04:00

19 lines
551 B
Text

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*