diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/news.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 745e84d02e..4df7d6442a 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -183,7 +183,13 @@ CHANGED FEATURES *news-changed* These existing features changed their behavior. -• N/A +• 'scrollbind' now works properly with buffers that contain virutal lines. + + Scrollbind works by aligning to a target top line of each window in a tab + page. Previously this was done by calculating the difference between the old + top line and the target top line, and scrolling by that amount. Now the + top lines are calculated using screen line numbers which take virtual lines + into account. ============================================================================== REMOVED FEATURES *news-removed* |