]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(yaml): fix indentation script
authorBjoern Foersterling <bjoern.foersterling@gmail.com>
Thu, 15 Jan 2026 20:05:58 +0000 (20:05 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 15 Jan 2026 20:05:58 +0000 (20:05 +0000)
commitaf973d401803fb1110f699ced6df45b74fcaed2b
treeb762dfa01f933b16ed9ec56c9370936cb0135d93
parentead1dda74a485ef0470e7252d07c1a36b8cde517
runtime(yaml): fix indentation script

Problem:  The indentation of Ansible Playbooks gets messed up after
          gg=G (after 9179ddc0608813e)
Solution: Remove one shiftwidth() that seems to be misplaced.

closes: #19180

Signed-off-by: Bjoern Foersterling <bjoern.foersterling@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/indent/testdir/yaml.in
runtime/indent/testdir/yaml.ok
runtime/indent/yaml.vim