diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-07-04 16:48:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-04 16:48:53 +0800 |
commit | a76b689b479e89d6feae687443d13ec38602a1a6 (patch) | |
tree | fdec2d49f42789f6a158d2495126bf8b33db548c /runtime/doc/ui.txt | |
parent | e8b3ed74bca4bd6ececcc240f816451bef7fd58c (diff) | |
download | rneovim-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.txt | 3 |
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 |