Patch 8.2.3688

5 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 28, 2021, 1:45:01 PM11/28/21
to vim...@googlegroups.com

Patch 8.2.3688
Problem: The window title is not updated when dragging the scrollbar.
Solution: Call maketitle(). (Christian Brabandt, closes #9238, closes #5383)
Files: src/gui.c


*** ../vim-8.2.3687/src/gui.c 2021-11-22 17:21:44.853760423 +0000
--- src/gui.c 2021-11-28 18:37:35.953143157 +0000
***************
*** 4412,4417 ****
--- 4412,4421 ----
val, size, max);
}
}
+
+ // update the title, it may show the scroll position
+ maketitle();
+
prev_curwin = curwin;
--hold_gui_events;
}
*** ../vim-8.2.3687/src/version.c 2021-11-27 22:47:38.488624918 +0000
--- src/version.c 2021-11-28 18:40:45.412781026 +0000
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3688,
/**/

--
God made machine language; all the rest is the work of man.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages