Commit 6f04acd
committed
vim: Import v8.2.4324
* 8.2.4324: Vim9: script-local function name can start with "_"
* 8.2.4323: Vim9: nested function name can start with "_"
* 8.2.4322: Vim9: crash when using funcref with closure
* 8.2.4321: Vim9: crash when using a funcref to a closure
* 8.2.4320: Athena and Motif: when maximized scrollbar position is wrong
* 8.2.4319: :put does not work properly in compiled function
* 8.2.4318: various comment and indent mistakes, returning wrong zero
* 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation fails
* 8.2.4316: __CYGWIN32__ is not defined on 64 bit systems
* 8.2.4315: put in Visual mode not fully tested1 parent 36cc2f1 commit 6f04acd
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- src/clientserver.c+1-1
- src/errors.h+8
- src/eval.c+8-5
- src/evalfunc.c+6
- src/evalvars.c+2-1
- src/gui_athena.c+16-6
- src/gui_motif.c+16-6
- src/if_python3.c+83-10
- src/main.c+1-1
- src/os_unix.c+1-1
- src/os_win32.c+29-4
- src/proto/os_win32.pro+1
- src/pty.c-4
- src/structs.h+3
- src/testdir/test_vim9_cmd.vim+6
- src/testdir/test_vim9_func.vim+86-5
- src/testdir/test_visual.vim+40-6
- src/userfunc.c+14-10
- src/version.c+20
- src/vim.h+2-2
- src/vim9cmds.c+3-3
- src/vim9compile.c+5
- src/vim9execute.c+29-5
- src/window.c+1-1
0 commit comments