Re: Any way to make combining characters be separate?

2023-04-22 Fir de Conversatie Ron Aaron
I find that there seems to be a problem with "%s" in this regard. Source text: "וְהָאָרֶץ, הָיְתָה תֹהוּ וָבֹהוּ" If I search using / for \u05b8 the search fails. If I instead use Ctrl+V in insert that character, the search works. However, using "s" and a character class I cannot find either, e.g.

Patch 9.0.1479

2023-04-22 Fir de Conversatie Bram Moolenaar
Patch 9.0.1479 Problem:Small source file problems; outdated list of distributed files. Solution: Small updates to source files and list of distributed files. Files: Filelist, ci/load-snd-dummy.sh, src/beval.c, src/cmdexpand.c, src/ex_cmds.c, src/getchar.c, src/gui_beval.c,

Patch 9.0.1478

2023-04-22 Fir de Conversatie Bram Moolenaar
Patch 9.0.1478 Problem:Filetypes for *.v files not detected properly. Solution: Use the file contents to detect the filetype. (Turiiya, closes #12281) Files: runtime/autoload/dist/ft.vim, runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1477/

Patch 9.0.1477

2023-04-22 Fir de Conversatie Bram Moolenaar
Patch 9.0.1477 Problem:Crash when recovering from corrupted swap file. Solution: Check for a valid page count. (closes #12275) Files: src/memfile.c, src/memline.c, src/errors.h, src/testdir/test_recover.vim *** ../vim-9.0.1476/src/memfile.c 2023-01-14 12:32:24.21998

Re: New Defects reported by Coverity Scan for vim

2023-04-22 Fir de Conversatie Bram Moolenaar
Coverity warns for this problem, which is detected in a Ruby include file. Probably happens now because of the changes in the CI configuration. This cannot be fixed in Vim, I wonder if it should be reported to the Ruby maintainers? If someone knows where to report, please do so. > Please find

Patch 9.0.1475

2023-04-22 Fir de Conversatie Bram Moolenaar
Patch 9.0.1475 Problem:Busted configuration files are not recognized. Solution: Recognize busted configuration files as Lua. (Craig MacEachern, closes #12209) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1474/runtime/filetype.vim2023-0