You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-------------------- Known bugs and current work -----------------------
40
40
41
-
:delcommand -buffer should work
41
+
Flaky test op Windows:
42
+
From test_vim9_script.vim:
43
+
Found errors in Test_no_unknown_error_after_error():
44
+
command line..script D:/a/vim/vim/src2/testdir/runtest.vim[486]..function RunTheTest[44]..Test_no_unknown_error_after_error line 22: Expected 'E1012:' but got 'E684: list index out of range: 0': so Xdef
42
45
43
46
Vim9 - Make everything work:
44
-
- Disallow using numbered function with "g:123" in Vim9 script? #8760
45
-
- use CheckLegacyAndVim9Success(lines) in many more places
46
47
- Check TODO items in vim9compile.c and vim9execute.c
48
+
- use CheckLegacyAndVim9Success(lines) in many more places
47
49
- For builtin functions using tv_get_string*() use check_for_string() to be
48
50
more strict about the argument type (not a bool).
49
51
done: balloon_()
@@ -366,10 +368,6 @@ autocommands for the buffer lifecycle:
366
368
BufIsRenamed (after buffer ID gets another name)
367
369
The buffer list and windows are locked, no changes possible
368
370
369
-
Add a ModeChanged autocommand that has an argument indicating the old and new
370
-
mode, as what's returned from mode(). Also used for switching Terminal mode.
371
-
#8360, #7863, #7363
372
-
373
371
Matchparen doesn't remove highlight after undo. (#7054)
374
372
Is OK when syntax HL is active.
375
373
@@ -4845,7 +4843,6 @@ Autocommands:
4845
4843
command used dos fileformat. Same for 'fileencoding'.
4846
4844
- Add events to autocommands:
4847
4845
Error - When an error happens
4848
-
ModeChange - after changing mode (before waiting for a char)
4849
4846
VimLeaveCheck - Before Vim decides to exit, so that it can be cancelled
4850
4847
when exiting isn't a good idea.
4851
4848
CursorHoldC - CursorHold while command-line editing
0 commit comments