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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20211128184453.7AB141C45E4%40moolenaar.net.