From: Hirohito Higashi Date: Mon, 3 Aug 2026 19:50:33 +0000 (+0000) Subject: runtime(doc): remove todo entries that are fixed X-Git-Tag: v9.2.0902~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc71c0b3f3638dbd201e084982caba7bad60ffab;p=thirdparty%2Fvim.git runtime(doc): remove todo entries that are fixed The 'smoothscroll' scroll position is kept when a window is squeezed since patch 9.2.0885, and the Tab size in a line with virtual text above it is correct since patch 9.2.0896. closes: #20921 Signed-off-by: Hirohito Higashi Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index a8f9dff8e4..ea57dfaabb 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 9.2. Last change: 2026 Aug 02 +*todo.txt* For Vim version 9.2. Last change: 2026 Aug 03 VIM REFERENCE MANUAL by Bram Moolenaar @@ -36,19 +36,10 @@ browser use: https://github.com/vim/vim/issues/1234 *known-bugs* -------------------- Known bugs and current work ----------------------- -With 'smoothscroll' the scroll position is lost when a window is temporarily -squeezed to a couple of lines, for example ":help" followed by ":close". In -restore_snapshot_rec() restore more values from the snapshot, instead of -calling frame_new_height() and frame_new_width(), especially w_skipcol. - When a help item can't be found, then open 'helpfile'. Search for the tag in that file and gtive E149 only when not found. Helps for a tiny Vim installed without all the help files. -Virtual text problems: -- Virtual text aligned "above": Wrong indentation when using tabs (Issue - #12232) - Errors when running tests with valgrind: - test_gui.vim: Found errors in Test_gui_mouse_event():