aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorvanaigr <vanaigranov@gmail.com>2024-10-19 16:28:47 -0500
committervanaigr <vanaigranov@gmail.com>2024-12-05 08:45:22 -0600
commit3abd7ed4a4cdc5128c5e7e0d02c313585bd71745 (patch)
treebb110966f1e84690fdf3e24912478c8f3a524226 /runtime
parent731f83ea4ae7f7118cf34c43dc14005503b950fd (diff)
downloadrneovim-3abd7ed4a4cdc5128c5e7e0d02c313585bd71745.tar.gz
rneovim-3abd7ed4a4cdc5128c5e7e0d02c313585bd71745.tar.bz2
rneovim-3abd7ed4a4cdc5128c5e7e0d02c313585bd71745.zip
perf: consider only active decorations when drawing lines
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/news.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 98782bfd15..6808fd9292 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -247,7 +247,8 @@ OPTIONS
PERFORMANCE
-• TODO
+• Significantly reduced redraw time for long lines with treesitter
+ highlighting.
PLUGINS