diff options
author | luukvbaal <luukvbaal@gmail.com> | 2024-12-06 13:07:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-06 04:07:52 -0800 |
commit | e788d1a3a903ed176a4b20891dd99272596f22d0 (patch) | |
tree | be713dc2c345c759611bf6a156b92d22d0809f33 /runtime/lua/vim/snippet.lua | |
parent | e9f4ceeb7467364554ecef770fd3380e89457abb (diff) | |
download | rneovim-e788d1a3a903ed176a4b20891dd99272596f22d0.tar.gz rneovim-e788d1a3a903ed176a4b20891dd99272596f22d0.tar.bz2 rneovim-e788d1a3a903ed176a4b20891dd99272596f22d0.zip |
fix(completion): avoid deleting text when completion leader changes #31448
Problem: When completion leader changes, text that might be reinserted
immediately after is deleted. This unnecessarily affects
extmarks. #31387 restored the original extmarks but that
prevents end_right_gravity marks from growing.
Solution: Avoid deleting leader text that will be reinserted.
Diffstat (limited to 'runtime/lua/vim/snippet.lua')
0 files changed, 0 insertions, 0 deletions