]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0917: various vartabstop and shiftround bugs when shifting lines v9.1.0917
authorGary Johnson <garyjohn@spocom.com>
Mon, 9 Dec 2024 20:03:48 +0000 (21:03 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 9 Dec 2024 20:28:08 +0000 (21:28 +0100)
commiteed63f96d26723ff31a9728647eed526d06a553d
tree528cb0dc915426556c3ec783073bc59f20744714
parentb66cac1a8ed8636a38e867226f5bb621c96ff322
patch 9.1.0917: various vartabstop and shiftround bugs when shifting lines

Problem:  various vartabstop and shiftround bugs when shifting lines
Solution: Fix the bugs, add new tests for shifting lines in various ways
          (Gary Johnson)

fixes: #14891
closes: #16193

Signed-off-by: Gary Johnson <garyjohn@spocom.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ops.c
src/testdir/test_shift.vim
src/version.c