]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0204: Backspace inserts spaces with virtual text and 'smarttab' v9.1.0204
authorzeertzjq <zeertzjq@outlook.com>
Mon, 25 Mar 2024 15:34:51 +0000 (16:34 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 25 Mar 2024 15:34:51 +0000 (16:34 +0100)
commit0185c7701434f1fbbf83fecd6384a19c1d2fc44e
tree3c60cd43525516b290fa4a0f9adb6f7c3d31bd64
parentab01adf7c65b4ee350b402ab3ef1e7dfa5e074f1
patch 9.1.0204: Backspace inserts spaces with virtual text and 'smarttab'

Problem:  Backspace inserts spaces with virtual text and 'smarttab'.
Solution: Ignore virtual text and wrapping when backspacing.
          (zeertzjq)

related: neovim/neovim#28005
closes: #14296

Co-authored-by: VanaIgr <vanaigranov@gmail.com>
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/edit.c
src/testdir/test_edit.vim
src/version.c