]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): remove todo entries that are fixed
authorHirohito Higashi <h.east.727@gmail.com>
Mon, 3 Aug 2026 19:50:33 +0000 (19:50 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 3 Aug 2026 19:50:33 +0000 (19:50 +0000)
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 <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/todo.txt

index a8f9dff8e4a939127731379ab908b0c9f7c0b293..ea57dfaabbfbda8286e2f4c0477b877f86641688 100644 (file)
@@ -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():