Commit a1f6c39
committed
vim: Import v8.2.4464
* 8.2.4464: Dtrace files are recognized as filetype D
* 8.2.4463: completion only uses strict matching
* 8.2.4462: not enough testing for quickfix code
* 8.2.4461: MS-Windows: garbage characters on stdout with VIMDLL
* 8.2.4460: Vim9: wrong error for defining dict function
* 8.2.4459: Vim9: compiling sort() call fails with unknown arguments
* 8.2.4458: Vim9: compiling filter() call fails with unknown arguments
* 8.2.4457: the GPM library can only be linked statically
* 8.2.4456: terminal test may fail on some machines
* 8.2.4455: accepting one and zero for second sort() argument is strange
* 8.2.4454: resetting cmdwin_type only for one situation
* 8.2.4453: :helpgrep may free an option that was not allocated
* 8.2.4452: test for what 8.2.4436 fixes does not check for regression1 parent ad0ce17 commit a1f6c39
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/autoload/dist/ft.vim+4
- runtime/doc/options.txt+8
- runtime/filetype.vim+1
- src/buffer.c+116-53
- src/cmdexpand.c+105-16
- src/gui_w32.c+2
- src/option.c+148-42
- src/option.h+1
- src/optionstr.c+1-1
- src/proto/cmdexpand.pro+1
- src/proto/option.pro+1-1
- src/proto/search.pro+3
- src/quickfix.c+8-5
- src/search.c+131-3
- src/structs.h+8
- src/testdir/gen_opt_test.vim+2-1
- src/testdir/test_cmdline.vim+323
- src/testdir/test_filetype.vim+38
- src/testdir/test_makeencoding.vim+14
- src/testdir/test_quickfix.vim+158-8
- src/version.c+8
- src/window.c+1-1
0 commit comments