Phạm Bình An
f2691199fa
fix(tutor): use invalidate field in nvim_buf_set_extmark() #34989
...
Problem:
If users delete a line containing extmark, it will move to the next
line, which could highlight the next line in an unwanted way.
Solution:
- Use `invalidate` field in `nvim_buf_set_extmark()` to prevent the
extmark from moving.
- Also save from "priority" hacking, since we can check if the extmark
is valid in `nvim_buf_get_extmarks()` now.
2025-07-18 13:02:09 -07:00
..
2025-07-17 23:26:55 -04:00
2025-03-28 14:45:01 +08:00
2025-07-18 09:18:26 +00:00
2025-07-18 13:54:14 -04:00
2025-07-16 10:32:33 +02:00
2025-06-06 07:47:55 +08:00
2025-06-17 06:47:05 +08:00
2025-07-18 13:02:09 -07:00
2025-07-13 13:43:11 -07:00
2025-07-18 08:40:23 +08:00
2025-07-12 18:57:52 +02:00
2024-10-15 20:50:21 +02:00
2022-03-13 04:52:45 +00:00
2025-07-18 10:33:05 +02:00
2025-07-18 10:04:20 +07:00
2025-05-02 09:28:50 +02:00
2023-08-13 13:25:10 +01:00
2025-05-02 09:28:50 +02:00
2025-07-04 15:56:28 +03:00
2024-12-06 20:57:21 +08:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-05-02 09:28:50 +02:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2025-03-09 17:13:52 +08:00
2025-06-05 09:19:22 +08:00
2022-10-13 05:48:12 -07:00
2025-03-26 14:48:09 +01:00
2025-04-27 15:49:00 -07:00
2019-03-11 21:00:12 +01:00
2025-07-18 08:04:32 +08:00
2025-03-09 17:13:52 +08:00
2024-07-02 13:05:16 +02:00