Commit d950631
committed
vim: Import v9.0.0689
* 9.0.0689: compiler warning for unused function
* 9.0.0688: debugger does not display the whole command
* 9.0.0687: "export def" does not work in a nested block
* 9.0.0686: the right ALT key does not work on some MS-Windows keyboards
* 9.0.0685: FORTIFY_SOURCE causes a crash in Vim9 script
* 9.0.0684: skipped :exe command fails compilation on MS-Windows
* 9.0.0683: cannot specify a time for :echowindow
* 9.0.0682: crash when popup with deleted timer is closed1 parent 3a9586a commit d950631
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/builtin.txt+1
- runtime/doc/eval.txt+4-1
- runtime/doc/popup.txt+6
- runtime/doc/usr_41.txt+1
- src/eval.c+1-1
- src/evalfunc.c+2
- src/ex_cmds.h+11-10
- src/ex_docmd.c+32-5
- src/gui_w32.c+7
- src/popupwin.c+21-1
- src/proto/popupwin.pro+2-1
- src/proto/time.pro+1
- src/proto/vim9cmds.pro+1-1
- src/proto/vim9instr.pro+1
- src/testdir/dumps/Test_echowindow_8.dump+1-1
- src/testdir/dumps/Test_echowindow_9.dump+8
- src/testdir/test_debugger.vim-1
- src/testdir/test_messages.vim+8-1
- src/testdir/test_timers.vim+14
- src/testdir/test_vim9_disassemble.vim+4
- src/testdir/test_vim9_import.vim+16-1
- src/time.c+15-3
- src/version.c+16
- src/vim9.h+7
- src/vim9cmds.c+10-8
- src/vim9compile.c+41-4
- src/vim9execute.c+14-4
- src/vim9instr.c+15
- src/vim9script.c+8-42
- src/window.c+2-1
0 commit comments