Skip to content

Commit 912fbaf

Browse files
yegappanchrisbra
authored andcommitted
runtime(doc): Remove some completed items from todo.txt
closes: #15949 Signed-off-by: Yegappan Lakshmanan <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 91d26aa commit 912fbaf

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

runtime/doc/todo.txt

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*todo.txt* For Vim version 9.1. Last change: 2024 Sep 29
1+
*todo.txt* For Vim version 9.1. Last change: 2024 Oct 27
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -55,32 +55,17 @@ When a help item can't be found, then open 'helpfile'. Search for the tag in
5555
that file and gtive E149 only when not found. Helps for a tiny Vim installed
5656
without all the help files.
5757

58-
SpellCap highlight not updated - PR #12428
59-
6058
Virtual text problems:
61-
- If 'list' is on, 'below' virtual text which includes 1 or 2 characters are
62-
gone (Issue #12028)
6359
- Virtual text aligned "above": Wrong indentation when using tabs (Issue
6460
#12232)
65-
- Virtual text to the right of the line that isn't visible doesn't cause the
66-
'extends' character to show in 'list' mode. #12478
67-
- Virtual text to the right of the line that fits exactly on screen causes
68-
that line and all lines below it not to be displayed (Issue #12213)
69-
- Window screen gets wrong when a virtual text is placed on 'above' or
70-
'below' on an empty line (Issue #11959)
7161
- truncated Virtual text below an empty line causes display error #12493
7262

7363
When 'virtualedit' is "all" and 'cursorcolumn' is set, the wrong column may be
7464
highlighted. (van-de-bugger, 2018 Jan 23, #2576)
7565

76-
Improve profiling by caching matching functions: PR #12192
77-
7866
With 'smoothscroll' set and "lastline" in 'display', moving the cursor to a
7967
wrapping line that makes the display scroll up may scroll much more than
8068
needed, thus jump-scrolling. (part of issue 12411)
81-
82-
Implement foreach() PR #12166
83-
8469
Errors when running tests with valgrind:
8570
- test_codestyle.vim: e.g.:
8671
command line..script /home/mool/vim/vim91/src/testdir/runtest.vim[569]..function RunTheTest[52]..Test_test_files line 6: keycode_check.vim: space before tab: Expected 0 but got 7
@@ -117,7 +102,6 @@ Upcoming larger works:
117102

118103
Further Vim9 improvements:
119104
- Classes and Interfaces. See |vim9-classes|
120-
- Cannot use class type of itself in the method (Issue #12369)
121105
- Getting member of variable with "any" type should be handled at runtime.
122106
Remove temporary solution from #12096 / patch 9.0.1375.
123107
- "obj.Method()" does not always work in a compiled function, assumes "obj"
@@ -127,9 +111,6 @@ Further Vim9 improvements:
127111
Possibly issue #11981 can be fixed at the same time (has two examples).
128112
- Forward declaration of a class? E.g. for Clone() function.
129113
Email lifepillar 2023 Mar 26
130-
- When "Meta" is a class, is "const MetaAlias = Meta" allowed? It should
131-
either work or given an error. Possibly give an error now and implement it
132-
later (using a typedef). #12006
133114
- how about lock/unlock?
134115
- For chaining, allow using the class name as type for function return
135116
value.
@@ -147,7 +128,7 @@ Further Vim9 improvements:
147128
has(featureName), len(someString)
148129
- Implement as part of an expression: ++expr, --expr, expr++, expr--.
149130
- The use of the literal value "null" and the type specific "null_xxx"
150-
values is confusing (#13458, #11770).
131+
values is confusing (#13433, #11770).
151132

152133
Information missing in terminfo:
153134
- Codes used for focus gained and lost termcodes are hard-coded in
@@ -225,8 +206,6 @@ Popup windows:
225206
positioned? PopupNew? Could be used to set some options or move it out of
226207
the way. (#5737)
227208
However, it may also cause trouble, changing the popup of another plugin.
228-
- Width is not computed correctly when minwidth and maxwidth are &columns
229-
and padding and a scrollbar are used. (#6676)
230209
- Should popup_getoptions() also return the mask? #7774
231210
- Add a way to use popup_menu() synchronously: instead of invoking the
232211
callback, return the choice. (Ben Jackson, #6534)
@@ -296,8 +275,6 @@ Terminal emulator window:
296275
- Use CTRL-W CTRL-K to enter a digraph? #5371
297276
- When Vim runs in the terminal and changes the title, the statusline needs to
298277
be redrawn.
299-
- GUI: When using ":set go+=!" a system() call causes the hit-enter prompt.
300-
(#3327)
301278
- Allow for specifying the directory, with ++cwd={dir}.
302279
- When pasting should call vterm_keyboard_start_paste(), e.g. when using
303280
K_MIDDLEMOUSE, calling insert_reg().
@@ -323,9 +300,6 @@ Cursor is after the end of the line: #12137.
323300

324301
Crash when a variable is removed while listing variables (Issue #11435)
325302

326-
Autoconf: must use autoconf 2.69, later version generates lots of warnings
327-
- try using autoconf 2.71 and fix all "obsolete" warnings #11322
328-
329303
Problem with Visual highlight when 'linebreak' and 'showbreak' are set.
330304
#11272
331305

@@ -343,8 +317,6 @@ Support dark mode for MS-Windows: #12282
343317
Remote command escapes single quote with backslash, should be doubling the
344318
single quote in vim_strsave_escaped_ext() #12202.
345319

346-
PR to add custom and customlist completion types. #12228
347-
348320
Can deref_func_name() and deref_function_name() be merged?
349321

350322
Using :global with a pattern containing \zs doesn't use the line where \zs

0 commit comments

Comments
 (0)