aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2024-12-10 10:26:03 +0100
committerGitHub <noreply@github.com>2024-12-10 10:26:03 +0100
commitc87ca1e2eba8659841fd5f4dfdb601eab705485c (patch)
treecae9886354a96e4d0aea0d900c817c508143e0fe /runtime
parent4182e98752105eb62b412e1fb065923694e57d4d (diff)
parentfccef5ec35f8cd57d2587e777833068bdf27bafe (diff)
downloadrneovim-c87ca1e2eba8659841fd5f4dfdb601eab705485c.tar.gz
rneovim-c87ca1e2eba8659841fd5f4dfdb601eab705485c.tar.bz2
rneovim-c87ca1e2eba8659841fd5f4dfdb601eab705485c.zip
Merge pull request #30869 from vanaigr/decor_long_lines_perf
perf(decor): improve performance for long 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 3ce73135ba..ef055161df 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -254,7 +254,8 @@ OPTIONS
PERFORMANCE
-• TODO
+• Significantly reduced redraw time for long lines with treesitter
+ highlighting.
PLUGINS