]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0151: ml_get_buf_len() does not consider text properties v9.1.0151
authorChristian Brabandt <cb@256bit.org>
Tue, 5 Mar 2024 19:43:25 +0000 (20:43 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 5 Mar 2024 19:43:25 +0000 (20:43 +0100)
commita72d1be5a9984709fc66f460b443ad4a38506113
tree91d4d2520a8591d46c665886d2006be7947b6455
parent4bb505e28cac0389561fff78d8bbe0319c2bcf2f
patch 9.1.0151: ml_get_buf_len() does not consider text properties

Problem:  ml_get_buf_len() does not consider text properties
          (zeertzj)
Solution: Store text length excluding text properties length
          in addition in the memline

related #14123
closes: #14133

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/change.c
src/edit.c
src/memline.c
src/structs.h
src/version.c