To: vim_dev@googlegroups.com Subject: Patch 8.2.3688 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///