]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0054: 'linebreak' may still apply to leading whitespace v9.1.0054
authorzeertzjq <zeertzjq@outlook.com>
Thu, 25 Jan 2024 20:27:13 +0000 (21:27 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 25 Jan 2024 20:28:56 +0000 (21:28 +0100)
commit703f9bc943a29d947869b5cb0370be2ac42d5ac9
tree4821305ec53b33271ab0cdc10cdcf79501bb95cb
parent12b927767213502469284bc133f69b4d0da776cb
patch 9.1.0054: 'linebreak' may still apply to leading whitespace

Problem:  'linebreak' may still apply to leading whitespace
          (VanaIgr)
Solution: Compare pointers instead of virtual columns.
          (zeertzjq)

related: neovim/neovim#27180
closes: #13915

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