Commit d6a9db2
committed
vim: Import v8.2.4451
* 8.2.4451: sort() fails when ignoring case
* 8.2.4450: list sort test fails
* 8.2.4449: vim9: function argument of sort() not checked at compile time
* 8.2.4448: filetype detection is failing
* 8.2.4447: Vim9: can still use s:var in a compiled function
* 8.2.4446: Vim9: cannot refer to a global function like a local one
* 8.2.4445: exit test fails on MS-Windows anyway
* 8.2.4444: beep caused by test
* 8.2.4443: regexp pattern test fails on Mac
* 8.2.4442: test for error reading input fails on MS-Windows
* 8.2.4441: Vim9: function argument of filter() not checked like map()
* 8.2.4440: crash with specific regexp pattern and string
* 8.2.4439: accepting "iso8859" 'encoding' as "iso-8859-"
* 8.2.4438: crash on exit when using cmdline window
* 8.2.4437: vartabs test fails on MS-Windows
* 8.2.4436: crash with weird 'vartabstop' value
* 8.2.4435: dead code in checking map() arguments
* 8.2.4434: duplicate check for cmdline window
* 8.2.4433: CI: cannot see interface versions for MS-Windows
* 8.2.4432: cannot use settabvar() while the cmdline window is open
* 8.2.4431: unnecessary condition when assigning to a variable
* 8.2.4430: GTK: crash when using 'guiligatures' and reading from stdin
* 8.2.4429: using script-local function from the wrong script1 parent 7866f4e commit d6a9db2
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/autoload/dist/ft.vim+7-7
- runtime/doc/vim9.txt+7-5
- src/evalfunc.c+108-76
- src/mbyte.c+2-1
- src/regexp_bt.c+5
- src/testdir/test_exit.vim+17
- src/testdir/test_options.vim+25
- src/testdir/test_regexp_utf8.vim+10-2
- src/testdir/test_vartabs.vim+3-3
- src/testdir/test_vim9_assign.vim+44-1
- src/testdir/test_vim9_builtin.vim+93-12
- src/ui.c+3
- src/version.c+30
- src/vim9compile.c+6
- src/vim9execute.c+22-5
- src/vim9expr.c+9-2
0 commit comments