Commit 8a6a200
committed
vim: Import v8.2.4198
* 8.2.4198: Vim9: the switch for executing instructions is too long
* 8.2.4197: cannot use an import in the "expr" part of 'spellsuggest'
* 8.2.4196: various file types not recognized
* 8.2.4195: resizing terminal may cause to behave like CTRL-Z
* 8.2.4194: MS-Windows: code for calculating font size is duplicated
* 8.2.4193: cannot use an import in 'charconvert'
* 8.2.4192: cannot use an import in 'printexpr'
* 8.2.4191: json5 files are not recognized
* 8.2.4190: all conceal tests are skipped without the screendumps feature
* 8.2.4189: MS-Windows: code for "old look" is obsolete
* Update runtime files
* 8.2.4188: not all gitconfig files are recognized
* 8.2.4187: gnuplot file not recognized1 parent 792c36f commit 8a6a200
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/autocmd.txt+2-2
- runtime/doc/builtin.txt+4-5
- runtime/doc/diff.txt+12-6
- runtime/doc/editing.txt+3-3
- runtime/doc/eval.txt+40-20
- runtime/doc/filetype.txt+5-4
- runtime/doc/fold.txt+5-2
- runtime/doc/map.txt+4-2
- runtime/doc/mbyte.txt+1-1
- runtime/doc/message.txt+231-230
- runtime/doc/options.txt+22-9
- runtime/doc/repeat.txt+4-4
- runtime/doc/starting.txt+3-3
- runtime/doc/syntax.txt+5-1
- runtime/doc/tags+79-2
- runtime/doc/terminal.txt+2-2
- runtime/doc/testing.txt+2-2
- runtime/doc/todo.txt+13-13
- runtime/doc/vim.1+1-1
- runtime/doc/vim.man+1-1
- runtime/doc/vim9.txt+53-30
- runtime/doc/visual.txt+1-1
- runtime/filetype.vim+69-3
- runtime/gvim.desktop+4-1
- runtime/pack/dist/opt/termdebug/plugin/termdebug.vim+2-1
- runtime/syntax/rc.vim+11-10
- runtime/syntax/scala.vim+55-55
- runtime/vim.desktop+4-1
- src/evalvars.c+22
- src/gui_w32.c+67-102
- src/optionstr.c+3-2
- src/os_unix.c+3-1
- src/po/de.po+3.6k-3.6k
- src/po/fi.po+7.7k-4.8k
- src/po/gvim.desktop.in-1
- src/po/sr.po+3.8k-3.5k
- src/po/vim.desktop.in-1
- src/testdir/test_conceal.vim+6-1
- src/testdir/test_filetype.vim+24-2
- src/testdir/test_vim9_import.vim+90
- src/version.c+24
- src/vim9execute.c+584-532
0 commit comments