diff options
author | luukvbaal <luukvbaal@gmail.com> | 2025-03-16 12:15:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-16 12:15:50 +0100 |
commit | 72f630f92dc806e96c064c0e75248c27b26c5171 (patch) | |
tree | 150e54d7bd40100282c45a396030a4f72df5d1d6 /runtime/lua/vim/_meta.lua | |
parent | 466f20dd7039e1602c9382f76ac6471d9feb49b7 (diff) | |
download | rneovim-72f630f92dc806e96c064c0e75248c27b26c5171.tar.gz rneovim-72f630f92dc806e96c064c0e75248c27b26c5171.tar.bz2 rneovim-72f630f92dc806e96c064c0e75248c27b26c5171.zip |
fix(marks): issues with invalid marks and marks beyond eob (#32862)
Problem: Marks that go beyond the end of the buffer, and paired marks
whose end is in front of its start mark are added to and
removed from the decor. This results in incorrect tracking
of the signcolumn.
Solution: Ensure such marks are not added to and removed from the decor.
Diffstat (limited to 'runtime/lua/vim/_meta.lua')
0 files changed, 0 insertions, 0 deletions