Commit 2f9ac4f
committed
vim: Import v8.2.4118
* 8.2.4118: using UNUSED for argument that is used
* 8.2.4117: Vim9: wrong white space error after using imported item
* 8.2.4116: Vim9: cannot use a method with a complex expression in :def
* 8.2.4115: cannot use a method with a complex expression
* 8.2.4114: Vim9: type checking for a funcref does not work for method
* 8.2.4113: typo on DOCMD_RANGEOK results in not recognizing command
* 8.2.4112: function not deleted at end of test
* 8.2.4111: potential proglem when map is deleted while executing
* 8.2.4110: Coverity warns for using NULL pointer
* Update runtime files
* 8.2.4109: MS-Windows: high dpi support is outdated
* 8.2.4108: going over the end of the w_lines array
* 8.2.4107: script context not restored after using <ScriptCmd>
* 8.2.4106: going over the end of the w_lines array
* 8.2.4105: translation related comment in the wrong place
* 8.2.4104: Vim9: lower casing the autoload prefix causes problems1 parent e0ee7ca commit 2f9ac4f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/autoload/dist/ft.vim+1-1
- runtime/doc/autocmd.txt+18-18
- runtime/doc/builtin.txt+4-1
- runtime/doc/editing.txt+3-2
- runtime/doc/map.txt+3-3
- runtime/doc/repeat.txt+1-1
- runtime/doc/tags+5-1
- runtime/doc/testing.txt+1-1
- runtime/doc/todo.txt+12-13
- runtime/doc/various.txt+9-9
- runtime/doc/vim-ja.UTF-8.1+9-3
- runtime/doc/vim9.txt+26-8
- runtime/doc/vimdiff-ja.UTF-8.1+3-3
- runtime/doc/xxd-ja.UTF-8.1+1
- runtime/filetype.vim+1-1
- runtime/pack/dist/opt/termdebug/plugin/termdebug.vim+14-2
- runtime/syntax/i3config.vim+2-2
- runtime/syntax/vim.vim+8-8
- runtime/tutor/tutor.ja.euc+115-115
- runtime/tutor/tutor.ja.sjis+115-115
- runtime/tutor/tutor.ja.utf-8+115-115
- src/drawscreen.c+10-2
- src/errors.h+7
- src/eval.c+51-47
- src/evalfunc.c+14-1
- src/ex_docmd.c-1
- src/getchar.c+3-3
- src/gui.c+1-15
- src/gui.h+1-1
- src/gui_w32.c+291-95
- src/map.c+3
- src/po/it.po+3.5k-3.5k
- src/po/ja.euc-jp.po+7.4k-4.9k
- src/po/ja.po+7.4k-4.9k
- src/po/ja.sjis.po+7.4k-4.9k
- src/proto/vim9type.pro+1-2
- src/scriptfile.c-4
- src/testdir/test_diffmode.vim+2
- src/testdir/test_mapping.vim+30
- src/testdir/test_vim9_expr.vim+28
- src/testdir/test_vim9_import.vim+11-1
- src/usercmd.c+4-4
- src/userfunc.c+2-1
- src/version.c+30
- src/vim.h+1-1
- src/vim.manifest+5-4
- src/vim9expr.c+69-29
- src/vim9type.c+18-5
0 commit comments