Files
dotfiles/.config
Julian Prein 92cc304bbb vim:au: Improve performance of cword/selection highlight
- Combine one `exists` call with an implicit `get` into a `get` with an
  empty default
- Do not stop any timer in the `Highlight*` functions as this done
  already by `ClearHighlights`
- Get rid of the check for existence of `w:*_timer_id` since I believe
  that there is no way of it being unset in the current state. The
  `_Highlight*` functions are only called via the timer so there should
  always be the variable. I could also not reproduce the description in
  the comment - this might have been true in a previous revision.
- Make sure that the visual selection itself is not matched. This
  actually increased the performance a lot while also looking like
  normally (there were some subtle differences between the highlight by
  visual mode and `CursorColumn`)
2024-11-01 00:47:19 +01:00
..
2023-12-01 03:43:06 +01:00
2020-12-28 03:09:02 +01:00
2024-09-21 00:07:26 +02:00
2022-07-12 21:00:04 +02:00
2023-06-23 17:43:58 +02:00
2024-10-21 17:14:17 +02:00
2021-10-05 12:01:46 +02:00