aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/ui.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-07-04 16:48:53 +0800
committerGitHub <noreply@github.com>2023-07-04 16:48:53 +0800
commita76b689b479e89d6feae687443d13ec38602a1a6 (patch)
treefdec2d49f42789f6a158d2495126bf8b33db548c /runtime/doc/ui.txt
parente8b3ed74bca4bd6ececcc240f816451bef7fd58c (diff)
downloadrneovim-a76b689b479e89d6feae687443d13ec38602a1a6.tar.gz
rneovim-a76b689b479e89d6feae687443d13ec38602a1a6.tar.bz2
rneovim-a76b689b479e89d6feae687443d13ec38602a1a6.zip
perf(ui-ext): approximate scroll_delta when scrolling too much (#24234)
Diffstat (limited to 'runtime/doc/ui.txt')
-rw-r--r--runtime/doc/ui.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt
index 360189e928..ead5e31e32 100644
--- a/runtime/doc/ui.txt
+++ b/runtime/doc/ui.txt
@@ -640,7 +640,8 @@ tabs.
the top line of a window moved since `win_viewport` was last emitted.
It is intended to be used to implement smooth scrolling. For this
purpose it only counts "virtual" or "displayed" lines, so folds
- only count as one line.
+ only count as one line. When scrolling more than a full screen it is
+ an approximate value.
["win_extmark", grid, win, ns_id, mark_id, row, col] ~
Updates the position of an extmark which is currently visible in a