Commit 81dc87b
committed
vim: Import v8.2.4365
* 8.2.4365: sticky command modifiers are too sticky
* 8.2.4364: MS-Windows: still running out of memory for a very long line
* 8.2.4363: MS-Windows: running out of memory for a very long line
* 8.2.4362: :retab may allocate too much memory
* 8.2.4361: Vim9: some tests fail
* 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies
* 8.2.4359: crash when repeatedly using :retab
* 8.2.4358: Vim9: line number of exception is not set
* 8.2.4357: sticky command modifiers are too sticky
* 8.2.4356: command line completion functions are very long
* 8.2.4355: unnecessary call to check_colorcolumn()
* 8.2.4354: dynamic loading of libsodium not handled properly
* 8.2.4353: CI does not use the latest Lua and Python
* 8.2.4352: ReScript files are not recognized
* 8.2.4351: no coverage is measured on MS-Windows CI
* 8.2.4350: FEAT_GUI_ENABLED defined but never used
* 8.2.4349: FileChangedShell test fails on MS-Windows
* 8.2.4348: "legacy exe cmd" does not do what one would expect
* 8.2.4347: in some build setups UNUSED is not defined
* 8.2.4346: a custom statusline may cause Esc to work like Enter
* 8.2.4345: <amatch> is expanded like a file name for DirChangedPre
* 8.2.4344: Amiga: header file included twice
* 8.2.4343: when reloading not all properties are detected
* Update runtime files. (closes #9741)
* 8.2.4342: CI will soon switch to other windows version
* 8.2.4341: command line not redrawn when finishing popup menu
* 8.2.4340: Amiga: mch_can_exe() is not implemented
* 8.2.4339: CTRL-A does not work properly with the cmdline popup menu
* 8.2.4338: an error from an expression mapping messes up the display
* Update runtime files
* 8.2.4337: part of condition is always true
* 8.2.4336: using :filter for :scriptnames does not work
* 8.2.4335: no autocommand event triggered before changing directory
* 8.2.4334: command line popup menu not positioned correctly
* 8.2.4333: cstack not always passed to where it is needed
* 8.2.4332: Vim9: incomplete test for existing script variable in block
* 8.2.4331: Vim9: no test for existing script variable in block
* 8.2.4330: Vim9: no error if script imports itself
* 8.2.4329: no support for end line number and column in 'errorformat'
* 8.2.4328: command line complete matches cleard when typing character
* 8.2.4327: may end up with no current buffer
* 8.2.4326: "o" and "O" copying comment not sufficiently tested
* 8.2.4325: 'wildmenu' only shows few matches1 parent 61843a7 commit 81dc87b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- .github/workflows/ci.yml+41-9
- runtime/filetype.vim+3
- src/cmdexpand.c+689-555
- src/crypt.c+57-22
- src/errors.h+3-1
- src/eval.c+14
- src/evalfunc.c+5-1
- src/gui_dwrite.cpp+3-3
- src/if_cscope.c-3
- src/indent.c+13-1
- src/option.c+1-1
- src/os_win32.c+6-1
- src/proto/crypt.pro+1
- src/proto/os_win32.pro+1-1
- src/proto/userfunc.pro+1
- src/scriptfile.c+5
- src/testdir/test_expr.vim+2-1
- src/testdir/test_filetype.vim+1
- src/testdir/test_functions.vim+1-1
- src/testdir/test_ins_complete.vim+6-6
- src/testdir/test_normal.vim+2-2
- src/testdir/test_retab.vim+19
- src/testdir/test_tagfunc.vim+2-2
- src/testdir/test_vim9_assign.vim+30-29
- src/testdir/test_vim9_builtin.vim+2-2
- src/testdir/test_vim9_cmd.vim+32-1
- src/testdir/test_vim9_disassemble.vim+2-2
- src/testdir/test_vim9_expr.vim+4-4
- src/testdir/test_vim9_func.vim+6-6
- src/testdir/test_vim9_import.vim+6-6
- src/testdir/test_vim9_script.vim+62-3
- src/testdir/vim9.vim+6-6
- src/userfunc.c+25
- src/version.c+34
- src/vim.h+3-1
- src/vim9compile.c+1-1
- src/vim9execute.c+1
- src/window.c-4
0 commit comments